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
In train_imagenet_nv.py, 'phase' always equals None, since set_epoch(epoch) will delete cur_phase when it is not None.
line 143: dm.set_epoch(epoch)
line 318: self.phases.remove(phase)
line 155: phase = dm.get_phase(epoch)
The text was updated successfully, but these errors were encountered:
In train_imagenet_nv.py, 'phase' always equals None, since set_epoch(epoch) will delete cur_phase when it is not None.
line 143: dm.set_epoch(epoch)
line 318: self.phases.remove(phase)
line 155: phase = dm.get_phase(epoch)
The text was updated successfully, but these errors were encountered: