We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
安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 大家有没有遇到过,谢谢
The text was updated successfully, but these errors were encountered:
把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
Sorry, something went wrong.
这是由于新版的Tensorflow的自定义Operation改了的原因。 https://github.com/fancyerii/deep_learning_theory_and_practice/blob/master/samples/ctc.pdf
No branches or pull requests
安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
大家有没有遇到过,谢谢
The text was updated successfully, but these errors were encountered: