Is it possible to disable CheckpointConnector? #6596
-
Even with
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So are you saying the file returned by In the meantime, you can patch the problematic function like this: trainer.checkpoint_connector.max_ckpt_in_folder = lambda *args, **kwargs: None |
Beta Was this translation helpful? Give feedback.
So are you saying the file returned by
fs.listdir(dir_path)
gets removed?If you can reproduce this, please open an Issue about it. Seems like a bug.
In the meantime, you can patch the problematic function like this: