Unanswered
How Can I Upload A Model Manually If I’M Training Using Catboost Framework, Which Is Not Natively Supported By
Hi FiercePenguin76
https://allegro.ai/clearml/docs/rst/references/clearml_python_ref/model_module/model_outputmodel.html
Basically:from clearml import OutputModel model = OutputModel() model.update_weights(weights_filename='local_file_here.bin')
164 Views
0
Answers
3 years ago
one year ago