Closed ikenaga530 closed 3 years ago
I get the following error. I would like to know what the solution is.
Look like something wrong with your GPU. To run the code you need at least one GPU (NVIDIA). To run the code without GPU, you should modify the code. Any place you see: .cuda() change it to .cpu() Regards.
.cuda()
.cpu()
I get the following error. I would like to know what the solution is.