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
Set evaluate_every_epoch value based on number of train epochs completed (#968)
Summary:
Pull Request resolved: #968
- Use `evaluate_every_n_epoch` until having trained for a certain amount of epochs, after which we evaluate every epoch forcefully
- Need to be able to set the `evaluate_every_n_epoch` field of the `PhaseState` class
- Save total time by cutting down evaluations, 8.3 hours -> 6.3 hours
Reviewed By: galrotem
Differential Revision: D68933995
fbshipit-source-id: a16bbcc81482681cd297cbcc6dc01764db8bb097
0 commit comments