Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run Nerf?) #18

Open
Ulugbek98 opened this issue Dec 28, 2022 · 1 comment
Open

How to run Nerf?) #18

Ulugbek98 opened this issue Dec 28, 2022 · 1 comment

Comments

@Ulugbek98
Copy link

Ulugbek98 commented Dec 28, 2022

Hey,
I'm a new comer to NERF world so help me please with running
here is my Anaconda console output

(bungee) C:\BungeeNeRF>python run_bungee.py --config configs/EXP_CONFIG_FILE
Traceback (most recent call last):
File "C:\BungeeNeRF\run_bungee.py", line 632, in
torch.set_default_tensor_type('torch.cuda.FloatTensor')
File "C:\ProgramData\Anaconda3\envs\bungee\lib\site-packages\torch_init_.py", line 323, in set_default_tensor_type
_C._set_default_tensor_type(t)
TypeError: type torch.cuda.FloatTensor not available. Torch not compiled with CUDA enabled.

I've watched intro video on Youtube, and got fantastic inspiration
thank you for great work guys

@nickhuang-gpu
Copy link

I meet the same error,It could be that your torch version is not compatible, or your torchvision does not match with torch.It requires torch<=1.11.0.I fix it by running: pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants