-
Notifications
You must be signed in to change notification settings - Fork 500
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": Compiling... Failed! #91
Comments
I highly recommend switching to https://github.com/NVlabs/stylegan2-ada-pytorch instead of using the old TensorFlow version. You may hit the same problem even with the new code, but the github issues in that project contain several solutions. |
Hi, I have solved this probelm
|
thank you. |
If the above mentioned solution does not work, the problem could be caused by the GCC compilation option while generating the so library. The GCC version of greater than 4 supports the c++11 standard itself, so the option -D_GLIBCXX_USE_CXX11_ABI = 0 is not required. Change the line 127 code in ./dnnlib/tflib/custom_op.py. from: - -compiler-options '-fPIC -D_GLIBCXX_USE_CXX11_ABI=0 |
您好,您的邮件我已收到,我将尽快回复您,祝您工作顺利,身体健康,开开心心!
|
Thanks @abysslover you saved my day! |
您好,您的邮件我已收到,我将尽快回复您,祝您工作顺利,身体健康,开开心心!
|
I need a hand
My tensorflow version is 1.15 and cuda 10.0 ,but I got the error:
Setting up TensorFlow plugin "fused_bias_act.cu": Compiling... Failed!
The text was updated successfully, but these errors were encountered: