examples icon indicating copy to clipboard operation
examples copied to clipboard

Distributed doesn't work with env:// init_method

Open teng-li opened this issue 6 years ago • 0 comments

(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

teng-li avatar Dec 01 '18 01:12 teng-li