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

贡献者指南