Releases: PyTorchKorea/tutorials-kr
Releases Β· PyTorchKorea/tutorials-kr
2.3.1-base
- PyTorch v2.3.1 릴리μ¦κ° λ°μλ 곡μ νν 리μΌ(pytorch/tutorials@6537199)μ λ°μνμμ΅λλ€.
- v2.3.1 λ²μ λ° λ³κ²½ κ΄λ ¨ λ΄μ©μ #799 μμ κ΄λ¦¬ν©λλ€.
2.0-latest
- pytorch/tutorials@9efe789b κΉμ§λ₯Ό κΈ°μ€μΌλ‘ PyTorch v2.0 νν 리μΌλ€μ λ²μνμμ΅λλ€.
- v2.0 λ²μ / λ³κ²½ κ΄λ ¨ λ΄μ©μ #660 μ μ 리λμ΄ μμΌλ μ°Έκ³ ν΄μ£ΌμΈμ. (~2024/06/09)
What's Changed
- μ μ’ ν, reinforcement_q_learning.py by @jjh6593 in #674
- intermediate_source/char_rnn_generation_tutorial.py μ€νμμ by @SeongMun-Hwang in #678
- advanced_source/ddp_pipeline.py μ€νμ μμ by @sori9899 in #679
- μ€ν_λμ΄μ°κΈ°_μμ by @joohyung0809 in #680
- μ€νμμ by @joohyung0809 in #682
- intermediate_source/seq2seq_translation_tutorial.py μ€νμμ by @SeongMun-Hwang in #683
- intermediate_source/autograd_saved_tensors_hooks_tutorial.py μ€νμμ by @hankyuwon in #684
- intoyt/intoyt1_tutorial μ€ν μμ (μκ³ λ¦¬μ§ -> μκ³ λ¦¬μ¦) by @robot703 in #686
- Update deep_learning_tutorial.py by @Heisnotanimposter in #688
- beginner_source/transfer_learning_tutorial.py μ€νμμ by @hankyuwon in #689
- FIX: recipes/custom_dataset_transforms_loader λ°μ΄ν° μ΄μ ν΄κ²° (#653, #658, #663) by @9bow in #664
- intermediate_source/dist_tuto.rst μμ΄μ§ μ½λ μΆκ° by @kwonmha in #691
- advanced_source/cpp_frontend.rst μ€ν μμ (#692) by @khleexv in #693
- advanced/cpp_frontend μ€ν μμ by @JSJSWON in #695
- advanced_source/neural_style_tutorial.py by @ChoHyoungSeo in #697
- beginner_source/chatbot_tutorial.py μ€νμμ by @convin305 in #699
- beginner_source/nn_tutorial.py μ€νμμ by @chanmuzi in #701
- advanced/cpp_export μ€ν μμ μ λλ€ by @kimgyujin in #703
- beginner_source/data_loading_tutorial.py μ€ν μμ by @dnd-qodqks in #707
- [Fix] beginner_source/fgsm_tutorial.py μ€νμ μμ by @falconlee236 in #711
- intermediate_source/pruning_tutorial.py μ€ν μμ by @jih0-kim in #714
- beginner_source/deeplabv3_on_android.rst μ€ν μμ by @jenner9212 in #715
- [fix] intermediate_source/model_parallel_tutorial.py by @dane805 in #720
- TRANSLATION_GUIDE.md μ©μ΄ μ μ by @jih0-kim in #728
- beginner_source/nlp/pytorch_tutorial.py μ€ν μμ by @changhee16 in #768
- fix syntax error in
char_rnn_generation_tutorial.py
by @khleexv in #786 - Translation/beginner_source/introyt/tensors_deeper_tutorial.py translation by @falconlee236 in #760
- intermediate_source/tensorboard_profiler_tutorial.py λ²μ μ§ν by @dnd-qodqks in #761
- intermediate_source/process_group_cpp_extension_tutorial.rst λ²μ μ§ν by @jenner9212 in #764
- TRANSLATION_GUIDE.md μ©μ΄ μ μ by @ChoHyoungSeo in #771
- intermediate_source/scaled_dot_product_attention_tutorial.py λ²μ μ§ν by @khleexv in #773
- fix source code error in torchvision_tutorial.rst by @yundaehyuck in #793
- finetuning_torchvision_models_tutorial.py λ²μ by @dudtheheaven in #775
- recipes_source/recipes/reasoning_about_shapes.py λ²μ by @0seob in #779
- beginner_source/nlp/sequence_models_tutorial.py λ²μ by @convin305 in #780
- prototype_source/torchscript_freezing.py λ²μ μ§ν v2 by @jih0-kim in #788
- forced_alignment_with_torchaudio_tutorial λ²μ by @kimgyujin in #782
- TRANSLATION_GUIDE.md μ©μ΄ μ μ by @jih0-kim in #790
- beginner_source/flava_finetuning_tutorial.py λ²μ by @chanmuzi in #778
- intermediate_source/ensembling.py λ²μ μ§ν by @ChoHyoungSeo in #796
- Bump pillow from 9.3.0 to 10.0.1 by @dependabot in #791
- Bump jinja2 from 3.0.3 to 3.1.4 by @dependabot in #797
- Bump pillow from 10.0.1 to 10.3.0 by @dependabot in #798
New Contributors
- @jjh6593 made their first contribution in #674
- @SeongMun-Hwang made their first contribution in #678
- @sori9899 made their first contribution in #679
- @joohyung0809 made their first contribution in #680
- @hankyuwon made their first contribution in #684
- @robot703 made their first contribution in #686
- @Heisnotanimposter made their first contribution in #688
- @khleexv made their first contribution in #693
- @JSJSWON made their first contribution in #695
- @ChoHyoungSeo made their first contribution in #697
- @convin305 made their first contribution in #699
- @chanmuzi made their first contribution in #701
- @kimgyujin made their first contribution in #703
- @dnd-qodqks made their first contribution in #707
- @falconlee236 made their first contribution in #711
- @jih0-kim made their first contribution in #714
- @dane805 made their first contribution in #720
- @changhee16 made their first contribution in #768
- @yundaehyuck made their first contribution in #793
- @dudtheheaven made their first contribution in #775
- @0seob made their first contribution in #779
Full Changelog: 2.0-base...2.0-latest
2.0-base
1.13.0-latest
- pytorch/tutorials@db34a77 κΉμ§λ₯Ό κΈ°μ€μΌλ‘ PyTorch 1.13 νν 리μΌλ€μ λ²μνμμ΅λλ€.
- v1.13 λ²μ κ΄λ ¨ λ΄μ©μ #615 μ μ 리λμ΄ μμΌλ μ°Έκ³ ν΄μ£ΌμΈμ. (~ 2023/05/05)
What's Changed
- realtime_rpi.rst λ―Έ λ²μ λ¬Έμ₯ μμ by @YunjinJo in #617
- Char rnn classification tutorial typo correction by @garlicvread in #611
- Bump pillow from 9.0.1 to 9.3.0 by @dependabot in #616
- fixing translations by @hyoyoung in #623
- dcgan_faces typo fixing by @hyoyoung in #621
- chatbot_tutorial.py typo correct by @jaehyeonha in #636
- beginner_source/hyperparameter_tuning_tutorial.py μ€ν μμ by @ahnusunha in #637
- blitz/cifar10_tutorial μ€ν μμ by @milkiscow in #638
- μ€ν μμ by @Rhun0moon in #640
- μ€ν μμ by @JinVibe in #642
- nlp/audio_data_augmentation_tutorial.py μ€ν μμ by @milkiscow in #645
- beginner/nn_tutorial μ€ν μμ by @jaehyeonha in #647
- beginner_source/basics/tensorqs_tutorial.py μ€ν μμ (#649) by @corazzon in #650
- beginner/torchtext_translation λ³κ²½μ¬ν λ°μ λ± (#644) by @9bow in #652
- FIX: beginner/nn_tutorial λ°μ΄ν° νμΌ λ€μ΄λ‘λ κ²½λ‘ μμ (#655) by @9bow in #656
- FIX: recipes/recipe/custom_dataset_transforms_loader λ°μ΄ν° λ¬Έμ ν΄κ²° (#653) by @9bow in #654
- FIX:
beginner/Intro_to_TorchScript_tutorial.py
μ΄λ―Έμ§ κ²½λ‘ μμ by @sim-so in #659
New Contributors
- @jaehyeonha made their first contribution in #636
- @ahnusunha made their first contribution in #637
- @milkiscow made their first contribution in #638
- @Rhun0moon made their first contribution in #640
- @JinVibe made their first contribution in #642
- @corazzon made their first contribution in #650
- @sim-so made their first contribution in #659
Full Changelog: 1.13.0-base...1.13.0-latest
1.13.0-base
- PyTorch v1.13 릴리μ¦κ° μ μ©λ 곡μ νν 리μΌ( pytorch/tutorials@db34a77 )μ λ°μνμμ΅λλ€.
- v1.13 λ²μ / λ³κ²½ κ΄λ ¨ λ΄μ©μ #615 μμ κ΄λ¦¬ν©λλ€.
1.12.0-latest
- pytorch/tutorials@0918023 κΉμ§λ₯Ό κΈ°μ€μΌλ‘ PyTorch 1.12 νν 리μΌλ€μ λ²μνμμ΅λλ€.
- v1.12 λ²μ κ΄λ ¨ λ΄μ©μ #483 μ μ 리λμ΄ μμΌλ μ°Έκ³ ν΄μ£ΌμΈμ. (~ 2022/11/30)
What's Changed
- beginner/basics/optimization_tutorial μ€ν μμ (#485) by @4923 in #486
- optimization_tutorial.py λ²μ μμ _#489 by @kimtaehyeong in #490
- beginner/vt_tutorial.py λ¬Έλ² μμ _#488 by @YunjinJo in #491
- beginner/chatbot_tutorial.py μ€ν μμ _#492 by @2kkeullim in #494
- /beginner_source/basics/autogradqs_tutorial.py μ€ν μμ by @bub3690 in #505
- intermediate_source/flask_rest_api_tutorial.py μ€νμμ by @yesulpark in #507
- beginner/basics/data_tutorial μ€ν μμ by @updaun in #509
- fix typo: pytorch_with_examples, char_rnn_classification_tutorial by @gorae17 in #511
- fix typo: beginner_source/former_torchies/nnft_tutorial.py by @95hj in #515
- char_rnn_classification_tutorial.py λ²μμμ by @kil-jung-keong in #521
- beginner_source/examples_autograd/polynomial_autograd.py μ€ν μμ _#495 by @hjvision96 in #496
- /intermediate_source/char_rnn_generation_tutorial.py μ€νμμ #498 by @stella-oh in #500
- beginner_source/fgsm_tutorial.py λ¬Έλ²μ²΄ν¬ by @dhlee-work in #512
- beginner_source/nlp/word_embeddings_tutorial.py, deep_learning_tutorial.py λ¬Έλ², μ€ν μμ by @sne12345 in #518
- fix: advanced_source/ONNXLive.rstμ λ¬Έλ² μ€λ₯ μμ by @terri1102 in #519
- beginner_source/basics/intro.py μ°κ²° λ§ν¬ μ€λ₯ μμ by @YunjinJo in #540
- /intermediate_source/dist_tuto.rst μ€νμμ #499 by @yuyeonseung in #501
- TRANSLATION_GUIDE.md(Add word) by @kimtaehyeong in #523
- TRANSLATION_GUIDE.md μ©μ΄ μ¬μ© κ·μΉμ requirements μΆκ°(#537) by @terri1102 in #541
- intermediate_source/flask_rest_api_tutorial.py λ§ν¬ μ€λ₯ μμ by @YunjinJo in #572
- Fix typo in saving_and_loading_a_general_checkpoint.py by @YunjinJo in #564
- TRANSLATION_GUIDE.md λ¨μ΄ μΆκ° (#551) by @hjvision96 in #552
- prototype_source/skip_param_init.rst λ²μ by @updaun in #559
- beginner_source/introyt/introyt1_tutorial.py λ²μ by @kimtaehyeong in #580
- intermediate_source/speech_recognition_pipeline_tutorial.py λ²μ by @terri1102 in #582
- beginner_source/introyt.rst λ²μ by @kimtaehyeong in #568
- beginner/audio_data_augmentation_tutorial λ²μ (λ§μ€ν°μ€ Bμ‘°) by @bub3690 in #581
- recipes_source/quantization.rst λ²μ by @hjvision96 in #589
- translate hyperparameter_tuning_tutorial.py by @95hj in #595
- intermediate/realtime_rpi.rst λ²μ by @YunjinJo in #575
- beginner_source/nlp/pytorch_tutorial.py λ²μ by @2kkeullim in #573
- Translate torchrec_tutorial #599 by @gorae17 in #600
- Korean translation for text_to_speech_with_torchaudio.py λ²μ - μ΄κ°λ(λ§μ€ν°μ€ Bμ‘°) by @garam24 in #601
- intermediate_source/char_rnn_classification_tutorial.py λ§ν¬ μ°κ²° μ€λ₯ by @YunjinJo in #602
- prototype_source/tracing_based_selective_build.rst λ²μ (Bμ‘°) by @bub3690 in #565
- Update autograd_saved_tensors_hooks_tutorial.py by @stella-oh in #598
- Revert "Update autograd_saved_tensors_hooks_tutorial.py" by @hyoyoung in #604
- autograd_saved_tensors_hooks_tutorial.py λ²μ by @stella-oh in #607
- beginner_source/basics/intro.py μ€μΉ λ°©λ² λ§ν¬ λ³κ²½ by @YunjinJo in #608
- #425 saving_loading_models.py torchScript λ―Έλ²μλΆ λ²μ by @garlicvread in #609
- TRANSLATION_GUIDE.md λ²μμ§ λ¨μ΄ μΆκ° (#547) by @bub3690 in #556
New Contributors
- @4923 made their first contribution in #486
- @kimtaehyeong made their first contribution in #490
- @YunjinJo made their first contribution in #491
- @2kkeullim made their first contribution in #494
- @bub3690 made their first contribution in #505
- @yesulpark made their first contribution in #507
- @updaun made their first contribution in #509
- @gorae17 made their first contribution in #511
- @95hj made their first contribution in #515
- @kil-jung-keong made their first contribution in #521
- @hjvision96 made their first contribution in #496
- @stella-oh made their first contribution in #500
- @dhlee-work made their first contribution in #512
- @sne12345 made their first contribution in #518
- @terri1102 made their first contribution in #519
- @yuyeonseung made their first contribution in #501
- @garam24 made their first contribution in #601
- @garlicvread made their first contribution in #609
Full Changelog: 1.12.0-base...1.12.0-latest
1.12.0-base
- PyTorch v1.12 릴리μ¦κ° μ μ©λ 곡μ νν 리μΌ( pytorch/tutorials@0918023 )μ λ°μνμμ΅λλ€.
v1.11 λ²μ / λ³κ²½ κ΄λ ¨ λ΄μ©μ #483 μμ κ΄λ¦¬ν©λλ€.
1.11.0-latest
- pytorch/tutorials@6e21cf2 κΉμ§λ₯Ό κΈ°μ€μΌλ‘ ν PyTorch 1.11.0 νν 리μΌλ€μ λ²μνμμ΅λλ€.
- v1.11.0 λ²μ κ΄λ ¨ λ΄μ©μ #445 μ μ 리λμ΄ μμΌλ μ°Έκ³ ν΄μ£ΌμΈμ. (~ 2022/07/10)
What's Changed
- λ¬Έλ² μ€λ₯ μμ by @Jugahy in #450
- λ¬Έμ μ€λ³΅ λ΄μ© μμ by @Ok-Junhyeok in #451
- λ¬Έλ² μ€λ₯ κ΅μ by @Jangorithm in #449
- OpenGraph tag, favicon.ico λ° robotos.txt μΆκ° (#453) by @9bow in #454
- beginner/Intro_to_TorchScript_tutorial.html κ°μ (μ€νμμ ) by @glee623 in #462
- intermediate/dist_tuto κ°μ (μ€ν μμ ) (#459) by @jenner9212 in #465
- intermediate/dist_tito.html κ°μ (μ€νμμ ) by @soeuni in #467
- beginner/dcgan_faces_tutorial.html κ°μ (μ€νμμ ) #466 by @yetniek in #469
- beginner/former_torchies/tensor_tutorial_old κ°μ (μ€ν μμ ) (#464) by @mhseo10 in #470
- intermediate/char_rnn_generation_tutorial.html κ°μ (λ²μ κ°μ ) by @blackbeandu in #473
- recipes/recipes/tensorboard_with_pytorch λ¬Έμμ λ¬Έλ² μ€λ₯ κ°μ #471 by @reverse-sky in #472
- recipes/recipes/timer_quick_start λ¬Έμμ μ€ν μμ (#474) by @crabyg in #475
- beginner_source/examples_autograd/polynomial_autograd.py λ¬Έμμ μ€ν μμ #476 by @Tieck-IT in #477
- Sphinx λ²μ μ λ°μ΄νΈ (#478) by @9bow in #480
New Contributors
- @Jugahy made their first contribution in #450
- @Ok-Junhyeok made their first contribution in #451
- @Jangorithm made their first contribution in #449
- @glee623 made their first contribution in #462
- @jenner9212 made their first contribution in #465
- @soeuni made their first contribution in #467
- @yetniek made their first contribution in #469
- @mhseo10 made their first contribution in #470
- @blackbeandu made their first contribution in #473
- @reverse-sky made their first contribution in #472
- @crabyg made their first contribution in #475
- @Tieck-IT made their first contribution in #477
Full Changelog: 1.11.0-base...1.11.0-lastest
1.11.0-base
- PyTorch v1.11 릴리μ¦κ° μ μ©λ 곡μ νν 리μΌ(pytorch/tutorials@6e21cf2)μ λ°μνμμ΅λλ€.
- v1.11 λ²μ / λ³κ²½ κ΄λ ¨ λ΄μ©μ #445 μμ κ΄λ¦¬ν©λλ€.
Full Changelog: 1.10.1-latest...1.11-base
1.10.1-latest
- pytorch/tutorials@444fbd1 κΉμ§λ₯Ό κΈ°μ€μΌλ‘ ν PyTorch 1.10.1 νν 리μΌλ€μ λ²μνμμ΅λλ€.
- v1.10.1 λ²μ κ΄λ ¨ λ΄μ©μ #387 μ μ 리λμ΄ μμΌλ μ°Έκ³ ν΄μ£ΌμΈμ. (~ 2022/03/27)
What's Changed
- recipes_source/mobile_perf.rst λ²μ by @des00 in #421
- Fix triple backticks with double backticks by @nestiank in #429
- advanced_source/ddp pipeline.py λ²μ by @spongebob03 in #428
- super_resolution_with_onnxruntime.py μ£Όμ μ€ν μμ by @woowonjin in #431
- intermediate/mario_rl_tutorial.html λ²μ by @Taeyoung96 in #430
- fix broken links by @yoosful in #440
- translate advanced/static_quantization_tutorial.py by @des00 in #433
- μ μ₯μ μμΉ λ³κ²½ λ°μ (#441) by @9bow in #442
- Bump pillow from 8.3.2 to 9.0.1 by @dependabot in #437
- Sphinx theme μ μ₯μ protocol λ³κ²½ by @9bow in #444
New Contributors
- @nestiank made their first contribution in #429
- @woowonjin made their first contribution in #431
Full Changelog: 1.10.1-base...1.10.1-latest