CNGaoWenbo

Results 1 comments of CNGaoWenbo

I only changed dist_util `GPUS_PER_NODE = 4 #change to 4 SETUP_RETRY_COUNT = 3 def setup_dist(): if dist.is_initialized(): return os.environ["CUDA_VISIBLE_DEVICES"] = '6,7,8,9' #change to '6,7,8,9' backend = "gloo" if not th.cuda.is_available()...