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 recipes_source/recipes/tensorboard_with_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

######################################################################
# 스칼라(scalar) 기록하기
# -----
# -------------------------
#
# 머신러닝에서는 손실 같은 주요 측정 항목과 학습 중 그것이 어떻게 변하는지 이해하는 것이
# 중요합니다. 스칼라는 각 학습 단계(step)에서의 손실 값이나 각 에폭 이후의 정확도를 저장하는 데
Expand Down