Jesús Miguel Rojas Gómez
Results
1
comments of
Jesús Miguel Rojas Gómez
I got the same error and I fixed it changing ....../torch/utils/data/sampler.py line 121: generator = torch.Generator() to generator = torch.Generator(device='cuda') (using for example vi editor). Then if you want to...