@<1523701087100473344:profile|SuccessfulKoala55> Hi Jake, I am using 1.12.0
Hi @<1523701087100473344:profile|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
Can you try upgrading to the latest version (v1.12.2)? This is an issue that was solved in v1.12.1
Hi @<1597762318140182528:profile|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
@<1523701087100473344:profile|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
What version of ClearML SDK are you using?