Unanswered
How To Tell Clearml Server To Use Cloud Storage (Azure)?
I Have A Clearml Server Deployed With Docker-Compose.
As Per Instruction
Hi @<1576381444509405184:profile|ManiacalLizard2> ,
In clearml, storage is handled on the client side. The fileserver on the server side is just another option, but does not determine what the clients will do.
The link you attached explains how to configure the clearml.conf file on the machine running the SDK, and you need to setup the output_uri
option of Task.init()
and/or to set the fielserver host url in your clearml.conf file to point to the storage you'd like to use (see None )
148 Views
0
Answers
one year ago
one year ago