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

what kind of graphics driver do you use? #3

Closed
JustWon opened this issue Sep 3, 2020 · 2 comments
Closed

what kind of graphics driver do you use? #3

JustWon opened this issue Sep 3, 2020 · 2 comments

Comments

@JustWon
Copy link

JustWon commented Sep 3, 2020

In my case, I am using NVIDIA Geforce RTX 2080.
But RTX 2080 only supports CUDA 10.0 above.
tensorflow/tensorflow#22900

But the tensorflow v1.9.0, v1.10.0 that you used only supports CUDA 9.0.
https://www.tensorflow.org/install/source#tested_build_configurations

Would the replacement of GPU be the only option to train DH3D?

@JustWon JustWon changed the title what kind of grphics driver do you use? what kind of graphics driver do you use? Sep 3, 2020
@JustWon
Copy link
Author

JustWon commented Sep 3, 2020

I see.. that's why you asked to build tensoflow from the source.
I resolved it. Thanks!

@JustWon JustWon closed this as completed Sep 3, 2020
@rui2016
Copy link
Collaborator

rui2016 commented Sep 3, 2020

Hi @JustWon,

you are right, compiling TF from source will likely resolve the compatibility issue between TF and CUDA. Although the issue is closed, I'll post my configuration here in case it will be helpful to others.

GPU: GeForce RTX 2080 Ti
CUDA: 10.1
Nvidia driver: 418.87.00
TensorFlow 1.9
Ubuntu 16.04

Cheers!

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