Hi @<1639074542859063296:profile|StunningSwallow12> !
This happens because the output_uri
in Task.init
is likely not set.
You could either set the env var CLEARML_DEFAULT_OUTPUT_URI
to the file server you want the model to be uploaded to before running train.py
or set sdk.development.default_upload_uri: true
(or to the file server you want the model to be uploaded to) in your clearml.conf
.
Also, you could call Task.init(output_uri=True)
in your train.py
script.
(additional message removed from main channel, content attached)
it is saving the results in
sriram/test/<results>