Traceback (most recent call last):
File "P:\SimSwapmain\test_one_image.py", line 30, in
opt = TestOptions().parse()
File "P:\SimSwapmain\options\base_options.py", line 84, in parse
torch.cuda.set_device(self.opt.gpu_ids[0])
File "C:\Python310\lib\site-packages\torch\cuda_init_.py", line 313, in set_device
torch._C._cuda_setDevice(device)
AttributeError: module 'torch._C' has no attribute '_cuda_setDevice'
Traceback (most recent call last):
File "P:\SimSwapmain\test_one_image.py", line 30, in <module>
opt = TestOptions().parse()
File "P:\SimSwapmain\options\base_options.py", line 84, in parse
torch.cuda.set_device(self.opt.gpu_ids[0])
File "C:\Python310\lib\site-packages\torch\cuda\__init__.py", line 313, in set_device
torch._C._cuda_setDevice(device)
AttributeError: module 'torch._C' has no attribute '_cuda_setDevice'
First I tried that in Preparations, and got "GeForce RTX 3080 with CUDA capability sm_86 is not compatible with the current PyTorch installation."
After that i tried new PyTorch version and getting this error.
First I tried that in Preparations, and got "GeForce RTX 3080 with CUDA capability sm_86 is not compatible with the current PyTorch installation."
After that i tried new PyTorch version and getting this error.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Traceback (most recent call last):
File "P:\SimSwapmain\test_one_image.py", line 30, in
opt = TestOptions().parse()
File "P:\SimSwapmain\options\base_options.py", line 84, in parse
torch.cuda.set_device(self.opt.gpu_ids[0])
File "C:\Python310\lib\site-packages\torch\cuda_init_.py", line 313, in set_device
torch._C._cuda_setDevice(device)
AttributeError: module 'torch._C' has no attribute '_cuda_setDevice'
Which Pytorch version are you using ?
First I tried that in Preparations, and got "GeForce RTX 3080 with CUDA capability sm_86 is not compatible with the current PyTorch installation."
After that i tried new PyTorch version and getting this error.