guillaumegenthial / tf_ner

Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
Apache License 2.0
923 stars 275 forks source link

E:\Anaconda\lib\site-packages\tensorflow\contrib\coder\python\ops\_coder_ops.so not found #37

Open shubhamarora1991 opened 5 years ago

shubhamarora1991 commented 5 years ago

I can't find the solution to the above issue anywhere, not sure what exactly the problem is. Could anyone help me with this

Changxiyuan commented 5 years ago

have you solved this problem? I meet it too.

shubhamarora1991 commented 5 years ago

Hey, I couldn't figure this out. However, when I ran the code on my friend's laptop which had a GPU, the issue didn't arise. It might be a reason, again it's speculation and I am not sure.

Changxiyuan commented 5 years ago

thank you! I'll try it.

guillaumegenthial commented 5 years ago

It's definitely an environment issue guys, it seems like some library is missing...

ahmadshabbir2468 commented 5 years ago

See this it may help https://github.com/tensorflow/tensorflow/issues/23368