Hi @<1709015393701466112:profile|ScatteredPeacock14>
I get 3 tasks created in total. Any ideas?
Could it be an old instance of the same Task?
Notice the for loop starts from 1 so it does include the master node:
None
Hi, I'm using ClearML 1.16.1 to launch a multi node task using task.launch_multi_node()
with a self-hosted ClearML server and workers. As I understand it, the total_num_nodes
argument should include the master node and I shouldn't need any differing code on the master/child (at least going off of the examples in the docs). However, when I run the experiment, for total_num_nodes=2
, I get 3 tasks created in total. Any ideas?
Hi @<1709015393701466112:profile|ScatteredPeacock14>
I get 3 tasks created in total. Any ideas?
Could it be an old instance of the same Task?
Notice the for loop starts from 1 so it does include the master node:
None