Skip to content
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

ctc和tensorflow绑定以后运行出了问题, undefined symbol: _ZNK10tensorflow14TensorShapeRep11DebugStringB5cxx11Ev #48

Open
zhangtao22 opened this issue Apr 8, 2018 · 2 comments

Comments

@zhangtao22
Copy link

安baidu ctc的命令python setup install --prefix 到了我本地路径,然后./train.sh出现了这个问题
tensorflow.python.framework.errors_impl.NotFoundError: /home/zhangtao/.local/lib/python2.7/site-packages/warpctc_tensorflow-0.1-py2.7-linux-x86_64.egg/warpctc_tensorflow/kernels.so: undefined symbol: _ZNK10tensorflow14TensorShapeRep11DebugStringB5cxx11Ev
大家有没有遇到过,谢谢

@zhangtao22
Copy link
Author

把tensorflow从1.3升级为1.4,问题变成
/.local/lib/python2.7/site-packages/warpctc_tensorflow-0.1-py2.7-linux-x86_64.egg/warpctc_tensorflow/kernels.so: undefined symbol: _ZTIN10tensorflow8OpKernelE

@fancyerii
Copy link

这是由于新版的Tensorflow的自定义Operation改了的原因。
https://github.com/fancyerii/deep_learning_theory_and_practice/blob/master/samples/ctc.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants