Kai Mao
Kai Mao
Same question~
> I write os.environ["CUDA_VISIBLE_DEVICES"]="1" before line 45,it works,I don't know it is right or wrong Hi, I wonder which .py file did you change ?
I modified 'os.environ["CUDA_VISIBLE_DEVICES"] = f"{MPI.COMM_WORLD.Get_rank() % GPUS_PER_NODE}"' in 'dist_util.py' at line 27 to 'os.environ["CUDA_VISIBLE_DEVICES"]="1"' in order to specify the GPU for training.
Same question~
I have the same problem, too.
meet the same problem~
> @Diana1026 Many thanks for your awesome work. I am currently following the abnormal detection protocol you defined. > > However, per the [public link](https://drive.google.com/drive/folders/1_RvmTqiCc4ZGa-Oq-uF7SOVotE1RW5QZ) on your GitHub page, it...