Skip to content

Commit 58029f2

Browse files
committed
train: Edit comment
1 parent 9bd5fd6 commit 58029f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

train.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666

6767
# 모델 평가
6868
val_loss, _, miou, _ = eval.evaluate(model, testloader, config['num_classes'], device)
69-
70-
# Tensorboard에 평가 결과와 lr 기록
7169
writer.add_scalar('Validation Loss', val_loss, epoch)
7270
writer.add_scalar('mIoU', miou, epoch)
7371
writer.add_text('lr', optimizer.param_groups[0]['lr'], epoch)

0 commit comments

Comments
 (0)