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
Fix test script: To disable validation during training, It's better to set val_begin to infinite instead of val_interval. Because the logic of EpochBasedTrainLoop will call validate at the end of the last epoch. And this will not happen when self._epoch < self.val_begin.
0 commit comments