You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using detectron2 on HPC multinode machine. When my test run on single node it works, but on two nodes the code stuck on spawn call, in detectron2/engine/launch.py:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Detectron2 user,
I'm using detectron2 on HPC multinode machine. When my test run on single node it works, but on two nodes the code stuck on spawn call, in detectron2/engine/launch.py:
The following is how I set my code:
And the following is my Slurm script`:
Is there a particular reason why the spawn call stuck? I tried all available network interfaces on the machine, same behaviour. Thanks.
I'm using:
Beta Was this translation helpful? Give feedback.
All reactions