Unanswered
Input_Model = C_Model.Query_Models(Project_Name="A/B",
Model_Name="B",
Tags=["Pipeline", "Modelval:Tocheck"])
# Path_To_Last_Weights = Input_Model[0].Download_Model_Weights()
Path_To_
I can't quite reproduce your issue. From the traceback it seems it has something to do with torch.load
. I tried both your code snippet and creating a PyTorch model and then loading it, neither led to this error.
Could you provide a code snippet that is more like the code that is causing the issue? Also, can you please tell what clearml version are you using, and what is the Model URL in the UI? You can use the same filters in UI as the ones you used for Model.query_models
to find the model
158 Views
0
Answers
one year ago
one year ago