Commit 5566a85
committed
train.py: Use best validation loss for lr scheduling
Previously the validation loss at the end of the epoch was used for
learning rate scheduling. Change this to use the best validation loss
for the complete epoch instead.1 parent 1d20803 commit 5566a85
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments