-
Notifications
You must be signed in to change notification settings - Fork 10
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
doesn't support CUDA >=11.0 #4
Comments
I think the fastest way is to update the version of pytorch, when CUDA>=11.0, pytorch>=1.7.x is the most suitable version (according to the official website lower version should not be supported to install), whether the accuracy receives the impact needs to be tested. |
Hi, @MaxChanger Then I use pytorch 1.7.0 version. However, I got the following error:
Any hints to fix this issue? Thanks~ |
Hello, I'm not sure if you used 3080 or 3090. |
you need to be on the latest 1.9+ pytorch build.. anything older for me doesn't run on my 3090 RTX |
Hi, @paul007pl ,
According to the setup.sh, CUDA 10.1 is used. However, my GPU (RTX 30xx series) only support CUDA >=11.0. And the error output after inputing command
python train.py -c ./cfgs/pcn.yaml
is displayed as follows, it related to the CUDA version problem.Any suggestions to fix this issue?
Thanks~
The text was updated successfully, but these errors were encountered: