kentonl / e2e-coref

End-to-end Neural Coreference Resolution
Apache License 2.0
518 stars 174 forks source link

coref_kernels.so not found #40

Open saxenakrati09 opened 5 years ago

saxenakrati09 commented 5 years ago

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?

Nishanthml commented 5 years ago

run setup_all.sh file before running demo.py.

saxenakrati09 commented 5 years ago

Hi, I already run setup_all.sh file. It’s giving same error.

Vipning commented 5 years ago

what is the function of the custom op ?

lvhongyan commented 3 years ago

请问这个问题解决了嘛?NotFoundError: .\coref_kernels.so not found

lvhongyan commented 3 years ago

Have you solved the problem?NotFoundError: .\coref_kernels.so not found

anujajyothiv commented 2 years ago

is this solved .. I am getting the same error