algorithm000

Results 1 comments of algorithm000

I only one 3090 gpu card, also have a issue, (1) update "cuda_init_.py" code in 350: `torch._C._cuda_setDevice(device)` to `torch._C._cuda_setDevice(0)` (2) update "torch\nn\modules\module.py" in 1144: `return t.to(device, dtype if t.is_floating_point() or...