deepinsight / deepinsight/insightface
under windows10 ProcessGroupGloo does not support reduce_scatter
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
Because of the system is Windows10.
When I changed : "dist.init_process_group('nccl')" into "dist.init_process_group('gloo')"
execute the train.py under the arcface_torch dictionary.
Got this Error:
**"RuntimeError: ProcessGroupGloo does not support reduce_scatter"**
I haven't seen the other scatter support gloo, Which scatter should I use?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.