-
Notifications
You must be signed in to change notification settings - Fork 26
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
GPU support? #236
Comments
The import error is probably what needs more investigation. The code does support CUDA. Perhaps the issue is that you have CUDA 11.0 installed and the version of tensorflow used by persephone (which is years old at this point) doesn't support that recent version of CUDA. |
Yes, it seems I need Cuda 9 to use TensorFlow-GPU 1.15.4 |
Could you please provide us with the exact import error text? |
My Cuda version is 10.1 and it throws an error of Tensorflow GPU not installed. Okay, what after googling the issue I have found out that Cuda 10.1 does not support TensorFlow-GPU==1.15.4. I need to downgrade the Cuda or use TensorFlow GPU > 2.1 |
Okay, another thing is if you install tensorflow-gpu==1.15.0, it works. |
Sounds like a versioning mismatch issue. Off the top of my head I'm not entirely sure if we can bump to @oadams thoughts about bumping versions of tensorflow? |
Yeah we can bump the version to something that supports the newer versions of CUDA. If 1.15.0 works for you @mirfan899 then maybe we go with that. |
I have tried to run it with GPU but it does not work. Using TensorFlow-GPU shows import error and asks to install TensorFlow only.
How to train it with GPU? I read the documentation but it seems GPU support is missing.
The text was updated successfully, but these errors were encountered: