luheng / lsgn

Labeled Span Graph Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in running the code due to old version of tensorflow used in the model

harshi29 opened this issue · comments

File "decoder.py", line 14, in
from srl_model import SRLModel
File "/Users/Desktop/lsgn-master/srl_model.py", line 15, in
from model_utils import *
File "/Users/Desktop/lsgn-master/model_utils.py", line 5, in
import srl_ops
File "/Users/Desktop/lsgn-master/srl_ops.py", line 4, in
srl_op_library = tf.load_op_library("./srl_kernels.so")
File "/Users/opt/anaconda3/lib/python3.7/site-packages/tensorflow_core/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: dlopen(./srl_kernels.so, 6): image not found

Stuck here. Would be great if someone could help!