You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, after I finished the compile with adding the "-NDEBUG " to CFLAGS , i meet the problem " xxxxxxx/correlation.so: undefined symbol: _ZTIN10tensorflow8OpKernelE" when i want to run the Inference.
Then i add the " TF_LIB = python -c "import tensorflow; print(tensorflow.sysconfig.get_lib())" at the begining of Makefile and " -L $(TF_LIB) -ltensorflow_framework" to CGPUFLAGS . This time it is reported that " xxxxxxx/correlation.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs " when i want to run the inference.
Now i have no idea how to solve this .....
Really need your help !!!
My Context:
CUDA: 10.0
Tensorflow: 1.13
g++: 5.4
ubuntu: 16.04
The text was updated successfully, but these errors were encountered:
Firstly, after I finished the compile with adding the "-NDEBUG " to CFLAGS , i meet the problem " xxxxxxx/correlation.so: undefined symbol: _ZTIN10tensorflow8OpKernelE" when i want to run the Inference.
Then i add the " TF_LIB =
python -c "import tensorflow; print(tensorflow.sysconfig.get_lib())"
at the begining of Makefile and " -L $(TF_LIB) -ltensorflow_framework" to CGPUFLAGS . This time it is reported that " xxxxxxx/correlation.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs " when i want to run the inference.Now i have no idea how to solve this .....
Really need your help !!!
My Context:
CUDA: 10.0
Tensorflow: 1.13
g++: 5.4
ubuntu: 16.04
The text was updated successfully, but these errors were encountered: