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
With the current code structure, evaluation and saving of the models only happens when the --no_earlystopping is not provided.
Ideally we would like some form of evaluation to happen even when not using LM (not sure if possible) and perhaps saving the models at the end of each epoch regardless of the arguments provided.
Since this should be a simple change, let me know if you are currently open to accepting PRs.
The text was updated successfully, but these errors were encountered:
With the current code structure, evaluation and saving of the models only happens when the
--no_earlystopping
is not provided.Ideally we would like some form of evaluation to happen even when not using LM (not sure if possible) and perhaps saving the models at the end of each epoch regardless of the arguments provided.
Since this should be a simple change, let me know if you are currently open to accepting PRs.
The text was updated successfully, but these errors were encountered: