DeMemWM / utils /distributed_utils.py
BonanDing's picture
Keep reproduction train and eval fixes
9923b06
Raw
History Blame
62 Bytes
import os
is_rank_zero = int(os.environ.get("RANK", 0)) == 0