Unanswered
Hi, This Seems Really Simple, But I Could Not Find Any Clear Reference To It Elsewhere. So, What Is The Right Way Of Manually Logging A Model Checkpoint, I Did Not Find Any Sort Of
While I'll look into it, you can do:from clearml import OutputModel output_model = OutputModel() output_model.update_weights("best_model.onnx")
168 Views
0
Answers
3 years ago
one year ago