pytorch/examples

Distributed doesn't work with env:// init_method

Ouverte

#458 ouverte le 1 déc. 2018

 (0 commentaire) (0 réaction) (0 personne assignée)Python (9 429 forks)batch import
distributedgood first issue

Métriques du dépôt

Stars
 (21 634 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

(1) if RANK or WORLD_SIZE is set in env variable, they will not be picked up (2) multiprocessing-distributed won't work with env variable: WORLD_SIZE and RANK being set since the world size needs to be recalculated.

Should be an easy fix

Guide contributeur