pytorch/examples

Distributed doesn't work with env:// init_method

開放

#458 建立於 2018年12月1日

 (0 則留言) (0 個反應) (0 位負責人)Python (9,429 個分叉)batch import
distributedgood first issue

倉庫指標

星標
 (21,634 顆星)
PR 合併指標
 (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

貢獻者指南