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
After the end of training we don't save the model if it's not a multiple of checkpoint_interval in config.
We'd like to have an option in config to save latest checkpoint too like we do for save_initial_state
The text was updated successfully, but these errors were encountered:
After the end of training we don't save the model if it's not a multiple of
checkpoint_interval
in config.We'd like to have an option in config to save latest checkpoint too like we do for
save_initial_state
The text was updated successfully, but these errors were encountered: