CostlyOstrich36 Yep! Okay so adding in OutputModel().update_weights('my_best_model.bin')
was enough ! Now my outputs are stored as both in the models AND artifacts tab which is what I want. Thanks!
CluelessElephant89 , Hi 🙂
For ClearML to treat your artifact as a model you'd have to register it as a Model class like here:
https://clear.ml/docs/latest/docs/references/sdk/model_model
I'm guessing you'd want it as an output model, correct?
Do you want to register this artifact as both a model AND an artifact or would only having it as a model is enough?