nerf-pytorch icon indicating copy to clipboard operation
nerf-pytorch copied to clipboard

cuda

Open Ch180907 opened this issue 1 year ago • 1 comments

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?

Ch180907 avatar Apr 18 '23 10:04 Ch180907

This indicates that your gpu version of pytorch was not installed successfully

Codey-Chang avatar Jun 01 '23 07:06 Codey-Chang