Skip to content

enable_checkpointing=False not possible #436

Open
@blumenstiel

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

0.99.9bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions