Unanswered
I Wonder What Is The Best Practice Today To Fetch A Model From Another Task By Models Name Or Id ?
Currently, I See This Can Be Done As
well, if you know your model id you can simplify things a little bit.mdl = clearml.Model(model_id)
m_output = mdl.get_local_copy()
155 Views
0
Answers
3 years ago
one year ago