Hi ObnoxiousStork61
but unfortunately I can't fetch them from my local computer,
is this intended?
By default ClearML will only log the wights files.
It can also automatically upload them, if you pass a destination for storage at Task.init/
For example, to store on the files server:Task.init(..., output_uri=True)
To store on S3 (sub folders will be created automatically based on the Task IDTask.init(..., output_uri='
')