-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
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
coref_kernels.so not found #40
Comments
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: