Unanswered
I’M Trying To Use Minio With Clearml As A External Storage. I Am Having Problems With The Configuration File For The Clearml Client
When I Use The Output_Uri Parameter Of Task.Init What Do I Put There?
I Am Currently Doing Task.Init(… Output_Uri=“S3://I
First let's verify the conf:
from clearml.config import config_obj
import json
print(json.dumps(config_obj.get("sdk"), indent=2))
what are you getting
176 Views
0
Answers
one year ago
one year ago