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
Thank you for the great work. I'm trying to run this repo on our school HPC, but it will hang when I use multiple nodes. Specifically, it will hang around this part:
"mp.spawn(main_worker, nprocs=args.ngpus_per_node, args=(args.ngpus_per_node, args))"
Since each node in our school HPC only has 2 GPUs, I would like to use more nodes to run this. Could you please help and direct me to where this issue could come from?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the great work. I'm trying to run this repo on our school HPC, but it will hang when I use multiple nodes. Specifically, it will hang around this part:
"mp.spawn(main_worker, nprocs=args.ngpus_per_node, args=(args.ngpus_per_node, args))"
Since each node in our school HPC only has 2 GPUs, I would like to use more nodes to run this. Could you please help and direct me to where this issue could come from?
Thank you!
The text was updated successfully, but these errors were encountered: