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
Traceback (most recent call last):
File "/root/Test/Zy/multi_pose_estimation/mvp_main/mvp_main/run/train_3d.py", line 341, in
main()
File "/root/Test/Zy/multi_pose_estimation/mvp_main/mvp_main/run/train_3d.py", line 268, in main
preds = collect_results(preds_single, len(test_dataset))
File "/root/Test/Zy/multi_pose_estimation/mvp_main/mvp_main/run/../lib/models/util/misc.py", line 156, in collect_results
dist.broadcast(dir_tensor, 0)
File "/opt/conda/envs/mvp/lib/python3.8/site-packages/torch/distributed/distributed_c10d.py", line 1038, in broadcast
default_pg = _get_default_group()
File "/opt/conda/envs/mvp/lib/python3.8/site-packages/torch/distributed/distributed_c10d.py", line 347, in _get_default_group
raise RuntimeError("Default process group has not been initialized, "
RuntimeError: Default process group has not been initialized, please make sure to call init_process_group.
could you offer some suggestions for resolution, thank you.
The text was updated successfully, but these errors were encountered:
Hello, I encountered this issue during training:
Traceback (most recent call last):
File "/root/Test/Zy/multi_pose_estimation/mvp_main/mvp_main/run/train_3d.py", line 341, in
main()
File "/root/Test/Zy/multi_pose_estimation/mvp_main/mvp_main/run/train_3d.py", line 268, in main
preds = collect_results(preds_single, len(test_dataset))
File "/root/Test/Zy/multi_pose_estimation/mvp_main/mvp_main/run/../lib/models/util/misc.py", line 156, in collect_results
dist.broadcast(dir_tensor, 0)
File "/opt/conda/envs/mvp/lib/python3.8/site-packages/torch/distributed/distributed_c10d.py", line 1038, in broadcast
default_pg = _get_default_group()
File "/opt/conda/envs/mvp/lib/python3.8/site-packages/torch/distributed/distributed_c10d.py", line 347, in _get_default_group
raise RuntimeError("Default process group has not been initialized, "
RuntimeError: Default process group has not been initialized, please make sure to call init_process_group.
could you offer some suggestions for resolution, thank you.
The text was updated successfully, but these errors were encountered: