Reputation
Badges 1
108 × Eureka!is there any document for this?
It only works that we set the CLEARML_CONFIG_FILE before script running
oh i see, i’m trying it now
i just tried, but is still open result on public server.
then i run the second one, it basically outputs the same as just init
i tried to add environment right before importing clearml, but it doesn’t work as expectedos.environ['CLEARML_CONFIG_FILE'] = str(Path.home()/f"clearml-{socket.getfqdn()}.conf") from clearml import Task Task.init(project_name="Alfred", task_name="finalized", auto_connect_frameworks={'pytorch': False})
I'm thinking roll out multiple experiments at once
i’m not sure if i use the command correctly
So what if i want three tasks running in parallel, should i Task.init in the main process and change the task name in the sub process?
check on the iteration on the right side,
i tried to start the experiment few times, and sometimes, 1 or 2 of the experiment seems just won’t start
when i run this one clearml-agent --config-file ~/clearml-iris.conf it output the help info
