pytorch/vision
在 GitHub 查看Classification references does not work without distributed setup
Open
#6,529 创建于 2022年9月1日
bughelp wantedmodule: reference scripts
仓库指标
- Star
- (15,050 star)
- PR 合并指标
- (平均合并 12天 8小时) (30 天内合并 14 个 PR)
描述
If you don't set the respective env vars
training will not be distributed and in turn the backend will not be initialized. However, during evaluation we check
unguarded, which then fails with
RuntimeError: Default process group has not been initialized, please make sure to call init_process_group.
cc @datumbox