Open saxenakrati09 opened 6 years ago
run setup_all.sh file before running demo.py.
Hi, I already run setup_all.sh file. It’s giving same error.
what is the function of the custom op ?
请问这个问题解决了嘛?NotFoundError: .\coref_kernels.so not found
Have you solved the problem?NotFoundError: .\coref_kernels.so not found
is this solved .. I am getting the same error
I am using tensorflow=1.11.0 version. While running "python demo.py final", I get this error: Traceback (most recent call last): File "demo.py", line 7, in
import coref_model as cm
File "C:\Users\ks\H_S\e2e-coref\coref_model.py", line 17, in
import coref_ops
File "C:\Users\ks\H_S\e2e-coref\coref_ops.py", line 8, in
coref_op_library = tf.load_op_library("./coref_kernels.so")
File "C:\Users\ks\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\framework\load_library.py", line 56, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: .\coref_kernels.so not found
How to solve this?