Hi @<1523702652678967296:profile|DeliciousKoala34>
What's the clearml-server version you are working with?
Can you check with the latest RC?
pip3 install clearml==1.9.2rc2
Hi @<1523702652678967296:profile|DeliciousKoala34> ! Looks like this is a bug in set_metadata
. The model ID is not set, and set_metadata
doesn't set it automatically. I would first upload the model file, then set the meta-data to avoid this bug. You can call update_weights
to do that. None
Hi. Sorry for the very late reply. I just tried and yes it works. Thanks for the help!