Unanswered
I Am Currently Training A Yolo Model Using The Yolov5 Framework Within A Container. I Am Using The --Project And --Name Flags During The Training Process, But Unfortunately, The Training Results Are Not Being Sent To The Server. Instead, They Are Being Fo
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.
274 Views
0
Answers
one year ago
one year ago