Unanswered
Hello! I Get The Following Error In Results->Console After A Task Is Sent For Remote Execution (Using Sdk):
I want each remote task to execute one instance of the hydra multirun, but I suspect the remote will try to run the full multirun by itself
if config.clearml.remote and task.running_locally(): task.execute_remotely( queue_name=config.clearml.queue_name, clone=True, exit_process=False ) return
I think this ensures the local execution actually triggers the remote one, so it should be as you expect, no?
148 Views
0
Answers
2 years ago
one year ago