Oh, you're right, that's exactly what I was looking for. Thanks!
I believe you should be able to set the queue_name
parameter to None
to accomplish this.
Hi everyone!
First of all, huge thanks to the ClearML team for this wonderful tool. I wish I knew it earlier to use it for my ML/DL projects!
I've a question regarding the Task.execute_remotely()
function of the ClearML SDK. When running locally, this method enqueue the task on the server for it to be picked by an agent and run remotely by the ClearML agent, and stop the local Python process. Is there something similar, but to just upload the task on the server and leave it in 'Draft' mode (without putting it into a queue basically), so I can, for example, add a custom setup shell script, or Docker image through the web UI before enqueueing it?
Oh, you're right, that's exactly what I was looking for. Thanks!
I believe you should be able to set the queue_name
parameter to None
to accomplish this.