Commit 1440fdc
committed
fix: reset the epoch-dedup tracker per run
Reset `_logged_epoch_step` in `reset_metrics` (called once per fit/validate/test
run, not per epoch) so the convenience `epoch` metric is re-emitted at the start
of a fresh run instead of being suppressed when a standalone validate/test happens
to reuse the same (step, epoch) as the preceding fit.1 parent ae1f8e8 commit 1440fdc
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
244 | 247 | | |
245 | 248 | | |
246 | 249 | | |
| |||
0 commit comments