Unanswered
After Saving Models During Training I Cant Reuse The Same Task To Continue Training
Is There Any Way To Continue Task Even Though There Are Models Saved?
Alternatively Is There Any Way To Make Torch.Save Not Automatically Save The Model?
StaleButterfly40 , alternatively you could use auto_connect_frameworks=False
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
So torch.save won't automatically save the model, however, you will not get the scalars/metrics automatically as well.
168 Views
0
Answers
3 years ago
one year ago