pytorch/examples

Distributed doesn't work with env:// init_method

Open

#458 opened on 2018年12月1日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (9,429 forks)batch import
distributedgood first issue

Repository metrics

Stars
 (21,634 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

(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

コントリビューターガイド