-
Notifications
You must be signed in to change notification settings - Fork 30
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
Could you upgrade the lib to support tensorflow 1.4, cudnn 6.0 and cuda 8.0? #7
Comments
@John1231983 Sorry, I do not have time to do the upgrade right now. If you know where the problems locate, feel free to start a pull request. |
Thanks. The problem is that related to cuda.h. I checked in the tensorflow and noone can solve it in tensorflow 1.4. They only suggest downgrading to 1.2.1
|
Ok. Now I have succeeded to build in tensorflow 1.4 that install from pip3. This is my script, you can use it to update the README
g++ file
|
@John1231983 Thank you for the efforts! Unfortunately, I have no permission to install CuDNN 6 on the machine I use, so I can not cross-test whether these scripts work on my machine and make an update. But I update the README mentioning this problem and referring to this issue. |
Hello, the original implementation has supported the cudnn 6.0 and cuda 8.0. Could you upgrade your lib to support the cudnn 6.0 and cuda 8.0. Because I am running in Tensorflow 1.4, so it does not support the lower version of cudnn (i.e 5.0 as your current code). Thanks for the great lib
P.s: I have close previous issue in other project due to wrong location
The text was updated successfully, but these errors were encountered: