What version of ClearML SDK are you using?
Hi EnchantingPenguin77 ,settings in task.init() are only applied to a local run, and are ignored when running remotely. In the case of clearml-task you're essentially not running locally at all, only remotely. For that, you can use the --output-uri
clearml-task parameter
Hi SuccessfulKoala55 I was able to solve this issue after upgrade clearml to 1.12.2, but my training/val loss become nan after the update
SuccessfulKoala55 Hi Jake, I tried to use --output-uri
in clearml-task but got the same error clearml.storage - ERROR - Failed uploading: '
LazyEval Wrapper
' object cannot be interpreted as an integer
SuccessfulKoala55 Hi Jake, I am using 1.12.0
Can you try upgrading to the latest version (v1.12.2)? This is an issue that was solved in v1.12.1