pytorch/examples

Distributed doesn't work with env:// init_method

Aperta

#458 aperta il 1 dic 2018

 (0 commenti) (0 reazioni) (0 assegnatari)Python (9429 fork)batch import
distributedgood first issue

Metriche repository

Star
 (21.634 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

(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

Guida contributor