Skip to content

Commit a04ca8d

Browse files
committed
번역 완료된 레시피 반영 #73, #75
1 parent d759b21 commit a04ca8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes_source/recipes_index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ Recipes are bite-sized bite-sized, actionable examples of how to use specific Py
6161

6262

6363
.. customcarditem::
64-
:header: Saving and loading a general checkpoint in PyTorch
65-
:card_description: Saving and loading a general checkpoint model for inference or resuming training can be helpful for picking up where you last left off. In this recipe, explore how to save and load multiple checkpoints.
64+
:header: PyTorch에서 일반적인 체크포인트(checkpoint) 저장하기 & 불러오기
65+
:card_description: 추론 또는 학습을 재개하기 위해 일반적인 체크포인트를 저장하고 불러오는 것은 마지막으로 중단한 부분을 고르는데 도움이 됩니다. 이 레시피에서는 어떻게 여러개의 체크포인트를 저장하고 불러오는지 알아봅니다.
6666
:image: ../_static/img/thumbnails/cropped/saving-and-loading-general-checkpoint.PNG
6767
:link: ../recipes/recipes/saving_and_loading_a_general_checkpoint.html
6868
:tags: Basics
6969

7070
.. customcarditem::
71-
:header: Saving and loading multiple models in one file using PyTorch
72-
:card_description: In this recipe, learn how saving and loading multiple models can be helpful for reusing models that you have previously trained.
71+
:header: PyTorch에서 여러 모델을 하나의 파일에 저장하기 & 불러오기
72+
:card_description: 이전에 학습했던 여러 모델들을 저장하고 불러와 모델을 재사용하는 방법을 알아봅니다.
7373
:image: ../_static/img/thumbnails/cropped/saving-multiple-models.PNG
7474
:link: ../recipes/recipes/saving_multiple_models_in_one_file.html
7575
:tags: Basics

0 commit comments

Comments
 (0)