Hi RoundMole15 , what version of clearml
are you using? Also how is the model being saved without ClearML?
from clearml import OutputModel, Task
task = Task.init(project_name='ClearML test', task_name='test 1')
Did you check in the "models" tab of the experiment? I see mine there.
Although I have a different problem. The MODEL URL is only the local path of the model file when it was build. ClearML does not automatically upload that file, so I don't know how to download the model file. CostlyOstrich36 do you have any suggesstion?