Increment epoch should not reset num_steps_completed_in_epoch
Opened this issue · 0 comments
haarisr commented
tnt/torchtnt/framework/train.py
Lines 252 to 255 in 860d155
tnt/torchtnt/utils/progress.py
Lines 46 to 49 in 860d155
If num_steps_completed_in_epoch
is reset in increment_epoch
, then the callback on_train_epoch_end
cannot have access to the number of steps completed in the epoch.