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
Describe the issue
Setting enable_checkpointing: false is no possible because it leards to this error:
lightning.fabric.utilities.exceptions.MisconfigurationException: Trainer was configured with `enable_checkpointing=False` but found `ModelCheckpoint` in callbacks list.
This is because TerraTorch manually defines checkpoints.
Expected behavior (optional)
Handle checkpoints in a way that you can deacitvate it without manually overwriting ModelCheckpoint in the config.
The text was updated successfully, but these errors were encountered:
Describe the issue
Setting
enable_checkpointing: false
is no possible because it leards to this error:This is because TerraTorch manually defines checkpoints.
Expected behavior (optional)
Handle checkpoints in a way that you can deacitvate it without manually overwriting
ModelCheckpoint
in the config.The text was updated successfully, but these errors were encountered: