e2e-coref
e2e-coref copied to clipboard
I follow your requirements ,and when running"python demo.py final", i get the erors , and i have run setup_all.sh file before running demo.py
Traceback (most recent call last):
File "demo.py", line 14, in
I had similar issue. In my case I've run setup_all.sh
then pip install -r requirements.txt
, that installed different version of tensorflow-gpu
.
Solution: I've run setup_all.sh
again (which creates coref_kernels.so
). Now setup and demo had the same version of tensorflow-gpu
, and linking is correct.