pytorch/vision
Vedi su GitHubClassification references does not work without distributed setup
Open
#6529 aperta il 1 set 2022
bughelp wantedmodule: reference scripts
Metriche repository
- Star
- (15.050 star)
- Metriche merge PR
- (Merge medio 12g 8h) (14 PR mergiate in 30 g)
Descrizione
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