Unanswered
Question About The Task And Queue In The Clearml Sdk.
There Are Three Machine, Machine A(Running The Clearml Server), Machine B (Linux, Target Machine To Run Task), Machine C(Windows, My Woring Machine). B And C Already Installed Clearml-Agent.
I Want T
Hi @<1572395190897872896:profile|ShortWhale75> , that is not the correct way to use workers & queues.
First of all, Task.init
will mark your task as running so this error makes sense.
The idea is first you run the code locally on your machine, once everything is logged (packages, repo, uncomitted changes & configurations) you can clone the task and then enqueue it into the agent.
Programmatically, you would watch to fetch an existing task in the system, clone it and then enqueue the new experiment.
164 Views
0
Answers
one year ago
one year ago