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

Cannot train with GPU for RTX2080 #11

Closed
duongnhatthang opened this issue Feb 11, 2020 · 1 comment
Closed

Cannot train with GPU for RTX2080 #11

duongnhatthang opened this issue Feb 11, 2020 · 1 comment

Comments

@duongnhatthang
Copy link

I installed it as instructed. My machine is Ubuntu 16.04, RTX2080Ti.
After I installed the conda env create -f environment.yml, the project worked correctly if using CPU.
For gpu, I noticed that the pytorch point to cuda 9.0.176 (type torch.version.cuda in terminal), even though I installed cuda 10.2 in the machine (showed in nvidia-smi) and added cuda path in the LD_LIBRARY_PATH.
It seems RTX 2080 Ti is a Turing GPU, which need CUDA 10 to work. It probably works well on other machines though.
Can you take a look at this?

@katerakelly
Copy link
Owner

Yes it was using CUDA-9. I updated the conda env to use CUDA-10 now.

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