You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I ran the project,encounter the following problems
Traceback (most recent call last):
File "E:\Apps dates\pythonProject\NERF\nerf-pytorch-master\run_nerf.py", line 876, in
torch.set_default_tensor_type('torch.cuda.FloatTensor')
File "D:\Apps\python\python3.11.1\Lib\site-packages\torch_init_.py", line 606, in set_default_tensor_type
_C._set_default_tensor_type(t)
TypeError: type torch.cuda.FloatTensor not available. Torch not compiled with CUDA enabled.
How can I solve it?
The text was updated successfully, but these errors were encountered:
when I ran the project,encounter the following problems
Traceback (most recent call last):
File "E:\Apps dates\pythonProject\NERF\nerf-pytorch-master\run_nerf.py", line 876, in
torch.set_default_tensor_type('torch.cuda.FloatTensor')
File "D:\Apps\python\python3.11.1\Lib\site-packages\torch_init_.py", line 606, in set_default_tensor_type
_C._set_default_tensor_type(t)
TypeError: type torch.cuda.FloatTensor not available. Torch not compiled with CUDA enabled.
How can I solve it?
The text was updated successfully, but these errors were encountered: