Override .ckpt in ModelCheckpoint Callback #5684
-
Hi, I'm using ModelCheckpoint Callback to save my model checkpoint. pytorch lightning automatically attaches For example, my
If I run the code for 3 three times, my
Would it be possible to just have |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We don't support this, but you could always remove the file manually between runs with |
Beta Was this translation helpful? Give feedback.
We don't support this, but you could always remove the file manually between runs with
os.remove()