Skip to content
Discussion options

You must be logged in to vote

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:

trainer.checkpoint_connector.max_ckpt_in_folder = lambda *args, **kwargs: None

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by carmocca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment