Skip to content

Commit f1edca6

Browse files
authored
beginner_source/transfer_learning_tutorial.py 오타수정 (#689)
1 parent a330cbb commit f1edca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/transfer_learning_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def visualize_model(model, num_images=6):
266266
# 학습 및 평가하기
267267
# ^^^^^^^^^^^^^^^^^^
268268
#
269-
# CPU에서는 15-25분 가량, GPU에서는 1분도 이내의 시간이 걸립니다.
269+
# CPU에서는 15-25분 가량, GPU에서는 1분 이내의 시간이 걸립니다.
270270
#
271271

272272
model_ft = train_model(model_ft, criterion, optimizer_ft, exp_lr_scheduler,

0 commit comments

Comments
 (0)