Save checkpoint without overwrite

Hey there!

I am using ModelCheckoint to save the checkpoints every n epochs during training but I don’t seem to find the way to set things to save the checkpoints to different files.

Ideally, I would want to keep the standard filename {epoch}-{step} but without overwriting.

Thanks

hey @mcomunita

this should work by default since default filename setting is {epoch}-{step}. Could you try try the latest release?

Also, we have moved the discussions to GitHub Discussions. You might want to check that out instead to get a quick response. The forums will be marked read-only soon.

Thank you