Hey there, I am a new user of clearml and really enjoying it so far! I noticed that my model checkpoints are saved after each epoch. Instead I would like to ...
one year ago
Thanks, I think I could identify the issue. I opened a bug here: None
The problem is with the keras BackupAndRestore
callback, where clearml overwrites the local backup storage with a storage to the clearml server. In this case, however, the local storage is sufficient as this is only for continuing an interruption.