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
While training, I stop at regular intervals to run the evaluation on the GPU. Ideally, it would be possible to run evaluation during training without having to stop and load the whole model again. could be added as a config option, e.g. eval_after_checkpoint?
The text was updated successfully, but these errors were encountered:
StephenRUK
changed the title
Evaluation runs on same checkpoints again
Run evaluation during training
Apr 4, 2019
Edit: I previously also mentioned the fact that lumi eval runs against already evaluated checkpoints. I forgot that the argument --from-global-step exists where you can specify the checkpoint/step number to resume from... 😄 🤦♂️
While training, I stop at regular intervals to run the evaluation on the GPU. Ideally, it would be possible to run evaluation during training without having to stop and load the whole model again. could be added as a config option, e.g.
eval_after_checkpoint
?The text was updated successfully, but these errors were encountered: