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

cudnn error #74

Open
zw20130717 opened this issue Jun 4, 2024 · 5 comments
Open

cudnn error #74

zw20130717 opened this issue Jun 4, 2024 · 5 comments

Comments

@zw20130717
Copy link

i was running the command
'python run_seg_gui.py --config=configs/llff/seg/seg_fern.py --segment
--sp_name=_gui --num_prompts=20
--render_opt=train --save_ckpt'
when I received this cudnn error information. I have already installed the corresponding cudnn version to my cuda version(11.3) and still cant solve this problem. I'd appreciate it if anyone can offer me some advice on it.
2024-06-04 15-48-34 的屏幕截图

@zw20130717
Copy link
Author

unable to find a valid cudnn algorithm to run convolution😢

@Jumpat
Copy link
Owner

Jumpat commented Jun 4, 2024

Hi, have you checked 'nvcc -V' ? The 'CUDA_HOME' and 'LD_LIBRARY_PATH' ?

I think maybe torch cannot find the cuda. Does 'torch.cuda.is_available()' ?

@zw20130717
Copy link
Author

Hi, have you checked 'nvcc -V' ? The 'CUDA_HOME' and 'LD_LIBRARY_PATH' ?

I think maybe torch cannot find the cuda. Does 'torch.cuda.is_available()' ?

yeah I THINK torch.cuda.is_available is true and cuda_home and ld_library_path is set.
2024-06-04 17-34-30 的屏幕截图

@Jumpat
Copy link
Owner

Jumpat commented Jun 5, 2024

Hi, you may check this for some help. I have never met such problem in sa3d.

@zw20130717
Copy link
Author

Hi, you may check this for some help. I have never met such problem in sa3d.

Hi, I think I have solved the CUDNN problem but just received cuda-out-of-memory. May I ask your computer configuration to run this project? Mine is GEFORCE RTX 3070 with 8GB memory

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