Expose ModelCheckpoint
parameters in convenience configuration functions
#353
Labels
Milestone
ModelCheckpoint
parameters in convenience configuration functions
#353
Problem
If users want to set the parameters of the checkpoointing, they need to modify the values directly into the Pydantic configuration:
We could instead allow a
checkpoint_kwargs
or better yet theModelCheckpoint
Pydantic model in the API for the convenience functions.The text was updated successfully, but these errors were encountered: