Hi GrievingTurkey78
Turning of pytorch auto-logging:Task.init(..., auto_connect_frameworks={'pytorch': False})
To manually log a model:from clearml import OutputModel OutputModel().update_weights('my_best_model.pt')
Answered
Hi! What Would Be The Way For Manually Uploading A Model? I Have Intermediate
Hi! What would be the way for manually uploading a model? I have intermediate .pt
files which I don't want to upload. Is there a way to turn off clearml capturing all the .pt
files generated.
940 Views
2
Answers
3 years ago
one year ago
Tags