Claudia
Results
2
comments of
Claudia
Hi, I am getting on linux. ValueError: Error initializing torch.distributed using env:// rendezvous: environment variable MASTER_ADDR expected, but not set
Update: after reading about the launch method and the method torch.distributed.init_process_group. I found that launch was missing the parameter dist_url, which in my case was set to None, I set...