Open
Description
Description & Motivation
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.
Pitch
No response
Alternatives
No response
Additional context
No response