Yuchen Liu

Results 2 comments of Yuchen Liu

Many thanks for your instruction! When I run the code, I find the problem as below. I guess this may be caused by my torch version. I am not sure...

num_workers = 10 # set it to a lower number like 1, 2, 3 .... rank = torch.distributed.get_rank() seed = torch.initial_seed() I tried this adjustment, but it doesn't work, this...