DeepUPE
DeepUPE copied to clipboard
I‘ve already set up this env and 'make' successfuly , but here comes the problem : tensorflow.python.framework.errors_impl.NotFoundError: /home/fudan/Desktop/wsl/DeepUPE/main/lib/hdrnet_ops.so: undefined symbol: _ZTIN10tensorflow8OpKernelE. What's going on?
here is the error:
(env_DeepUPE) fudan@fudan-DGX-Station:~/Desktop/wsl/DeepUPE$ python main/run.py checkpoints /home/fudan/Desktop/wsl/DeepUPE/input/o.jpg /home/fudan/Desktop/wsl/DeepUPE/output/
Traceback (most recent call last):
File "main/run.py", line 30, in
python 2.7 is needed
my python is 2.7, but i get the same error
Traceback (most recent call last):
File "main/run.py", line 30, in
Something like your GPUDevice is unavailable, not the same as when you make lib
hello, anyone can help?
need to link libtensorflow_framework.so
need to link libtensorflow_framework.so thankyou for your replay,I solved it by add CFLAGS = -ltensorflow_framework in Makefile
need to link libtensorflow_framework.so thankyou for your replay,I solved it by add CFLAGS = -ltensorflow_framework in Makefile
You might get another error, like "undefined symbol: _ZN10tensorflow15OpKernelContext21CtxFailureWithWarningENS_6StatusE", right??
need to link libtensorflow_framework.so thankyou for your replay,I solved it by add CFLAGS = -ltensorflow_framework in Makefile
You might get another error, like "undefined symbol: _ZN10tensorflow15OpKernelContext21CtxFailureWithWarningENS_6StatusE", right??
sorry I do not get the error above, but I got another error undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv, I solved it by change -D_GLIBCXX_USE_CXX11_ABI=0, hopes it help
need to link libtensorflow_framework.so thankyou for your replay,I solved it by add CFLAGS = -ltensorflow_framework in Makefile
You might get another error, like "undefined symbol: _ZN10tensorflow15OpKernelContext21CtxFailureWithWarningENS_6StatusE", right??
sorry I do not get the error above, but I got another error undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv, I solved it by change -D_GLIBCXX_USE_CXX11_ABI=0, hopes it help
now, you can run and get right result?
need to link libtensorflow_framework.so thankyou for your replay,I solved it by add CFLAGS = -ltensorflow_framework in Makefile
You might get another error, like "undefined symbol: _ZN10tensorflow15OpKernelContext21CtxFailureWithWarningENS_6StatusE", right??
sorry I do not get the error above, but I got another error undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv, I solved it by change -D_GLIBCXX_USE_CXX11_ABI=0, hopes it help
now, you can run and get right result?
yes
need to link libtensorflow_framework.so thankyou for your replay,I solved it by add CFLAGS = -ltensorflow_framework in Makefile
You might get another error, like "undefined symbol: _ZN10tensorflow15OpKernelContext21CtxFailureWithWarningENS_6StatusE", right??
hello, I follow the steps you just said and got this error, "undefined symbol: _ZN10tensorflow15OpKernelContext21CtxFailureWithWarningENS_6StatusE". Could you please tell me then what should I do?
Hi,
Anybody who has got it working can please share a few details? For e.g, the version of TensorFlow,, the Makefile, etc.? Despite getting the make process without any errors, and trying numerous workarounds available on internet, I'm still facing the same runtime problem -
I'm presently using TensorFlow1.4, Python2.7 and CUDA9.0
Make output -
Runtime error -
Thanks in advance!
@aasharma90 Hello, I am facing the same issue too, did u solve it in the end?
Hi @wenlerrr,
No, I couldn't get it working.