Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion beginner_source/transfer_learning_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def visualize_model(model, num_images=6):
# 학습 및 평가하기
# ^^^^^^^^^^^^^^^^^^
#
# CPU에서는 15-25분 가량, GPU에서는 1분도 이내의 시간이 걸립니다.
# CPU에서는 15-25분 가량, GPU에서는 1분 이내의 시간이 걸립니다.
#

model_ft = train_model(model_ft, criterion, optimizer_ft, exp_lr_scheduler,
Expand Down