zhangshu

Results 3 comments of zhangshu

similar issue for me, too. tensorflow.python.framework.errors_impl.NotFoundError: /home/shuzhan1/workspace/warp-ctc/tensorflow_binding/warpctc_tensorflow/kernels.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZTIN10tensorflow8OpKernelE

I solved. Add 'tensorflow_framework' to libraries, the issue will be fixed. ``` ext = setuptools.Extension('warpctc_tensorflow.kernels', sources = lib_srcs, language = 'c++', include_dirs = include_dirs, library_dirs = [warp_ctc_path], runtime_library_dirs = [os.path.realpath(warp_ctc_path)],...

@struCoder it only works when you build tensorflow from source