You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we are to fix this, I think it's better to record elapsed_time in state dict and accumulate the "real" time consumed (i.e., excluding the time process is stopped)
pytorch-pfn-extras/pytorch_pfn_extras/training/manager.py
Lines 642 to 644 in 2dcd7d7
pytorch-pfn-extras/pytorch_pfn_extras/training/manager.py
Lines 233 to 239 in 2dcd7d7
When restarting from a snapshot,
_start_time
is initialized andelapsedtime
cannot be obtained correctly, so_start_time
should be treated as state.The text was updated successfully, but these errors were encountered: