-
Notifications
You must be signed in to change notification settings - Fork 47
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
Error:sequential_batch_fft.so: undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv #11
Comments
Hi, Did you compile the bilinear pooling before run the script? Also, the original code is run on tensorflow 0.12 and 1.8 will have some issues due to the compatibility. |
I compiled the bilinear pooling several times, and with some tricks of searching results to avoid this error but never worked, that's why I came here. Anyway, now I think the best way to address this issue is creating an environment just like your original repo. Thanks! |
Have you solved the problem? |
Maybe you should include Tensorflow lib path to the g++ command in compile.sh file. For example: |
Hi, when I run
sh train_dist_faster.sh
on Ubuntu 16.04&Python 3.6&tensorflow1.8, I got this:Anyone can help?
The text was updated successfully, but these errors were encountered: