-
Notifications
You must be signed in to change notification settings - Fork 91
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
Tensorflow 1.11.0 Error #25
Comments
So, how to fix it in TF 1.11 ? |
Unfortunately, I don't have the time to investigate. Just wanted to mention it. Sent from my Galaxy S9+ using FastHub |
We have limited resources for supporting/testing various combinations of versions, packages, linux distributions etc. We currently do not support python 3.6, looks like the error happens with python 3.6? We also currently support tensorflow 1.8 for this project and haven't upgraded to 1.11 yet. |
Thanks @andrei-pokrovsky for the feedback, as I said above, I created this issue just to let you know that it is not working with TF 1.11.0. I believe it has nothing to do with Python 3.5/3.6, nonetheless it is worth trying ;) |
@andrei-pokrovsky I can give you a hint, it seems that there is an issue with TF 1.11.0. |
Compiled on TF 1.12, but failed a couple of tests. To compile, edit file: and remove Output from
|
Anyone successfully complied the codes with newer tf (e.g. 1.15) and passed the test? |
Finally it worked, my environment setup: CUDA 9.0 + tensorflow 1.12 + several modifications in cuda_runtime_api.h Also, I set D_GLIBCXX_USE_CXX11_ABI=1 even though I am using g++ 5.4 |
Can you tell me what are the modifications you made cuda_runtime_api.h? |
You have an error with TF 1.11.0. It's impossible to build the library.
I manage to build it with TF 1.8.0 / 1.9.0 / 1.10.0 but with TF 1.11.0 it's broken
The text was updated successfully, but these errors were encountered: