Unanswered
Hi! What Would Be The Way For Manually Uploading A Model? I Have Intermediate
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')
169 Views
0
Answers
3 years ago
one year ago
Tags