kentonl/e2e-coref

tensorflow.python.framework.errors_impl.NotFoundError: ./coref_kernels.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs

liyaoshigehaoren opened this issue · 2 comments

tensorflow.python.framework.errors_impl.NotFoundError: ./coref_kernels.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs

I also meet this error, have you resolved this issue?

tensorflow.python.framework.errors_impl.NotFoundError: ./coref_kernels.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs

Check you version of g++ or gcc, if the version more than 4, then, "-D_GLIBCXX_USE_CXX11_ABI=0" is not need in setup_all.sh, you can remove it and re-run setup_all.sh.

Hope helpful for you