Hi, I want to simultaneously initialize a task (from a Python script) and enqueue it to a remote machine with a ClearML Agent. However, I didn't find how to ...
2 years ago
Thought about it, but this is a thing I don't want to do manually.
Welp, that seems to work!
However, the idea of executing the same script locally for creating a task and then executing it remotely feels a bit unintuitive.
I know.
Despite that, the execute_remotely() solution is good enough for me. Thanks!