-
Notifications
You must be signed in to change notification settings - Fork 68
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
Setting up TensorFlow plugin "fused_bias_act.cu": Preprocessing... Failed! #34
Comments
Better use Ubuntu. Or you can find your tensorflow include path and manually add the path to the build options. |
@zsyzzsoft I am really sorry I couldn't understand it. In what build options should I add the path? You meant I have to build tensorflow from source or just add the path to somewhere? |
Can you find the folder where 'tensorflow/core/framework/op.h' is located? |
No, there are no headers in 'tensorflow/core/framework' directory in site-packages folder. |
If you installed tensorflow in a conda env you need to copy this folder: C:\Users\USERNAME\anaconda3\envs\comod\Lib\site-packages\tensorflow to C:\Program Files. That worked for me. Also using tensorflow-gpu.1.14 makes using GPU easy. Good Luck! |
anyone solve this problem? |
@MoZhengyang Change the line 127 code in ./dnnlib/tflib/custom_op.py. from: - -compiler-options '-fPIC -D_GLIBCXX_USE_CXX11_ABI=0 |
is there any new update? same on macOS |
can I disable CUDA to run on Mac OS ? |
I installed tensorflow-gpu 1.14 on windows pc, please help me with that
The text was updated successfully, but these errors were encountered: