pytorch/examples

Distributed doesn't work with env:// init_method

オープン

#458 opened on 2018/12/01

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (9,429 件のフォーク)batch import
distributedgood first issue

Repository metrics

Stars
 (21,634 個のスター)
PR merge metrics
 (PR metrics pending)

説明

(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

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