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
ModelCheckpoint is a very handy features and OnExceptionCheckpoint is nice to have when you want to interrupt a training or there is a bug. However there is no default value for dirpath in OnExceptionCheckpoint, it would be nice if it defaulted to the same directory as ModelCheckpoint which is evaluated at runtime and under the logging directory.