-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tensorflow.python.framework.errors_impl.NotFoundError: ./backward_warp_op.so: undefined symbol: __cudaPushCallConfiguration #56
Comments
I run eval_gui.py, also got errors: My OS is gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609 and tensorflow1.12. Is it related to gcc version or not? Thanks |
Hi, do you solve this problem? @AllenDun @MrYANG23 |
|
Thanks for your reply. |
@AllenDun I have the same issue. Have you had any luck with solving it? |
Which version of cuda and cudnn are you using? After a quick search, it may be a problem with newer versions similar to pytorch/pytorch#15433. |
I'm running it on colab |
Was anyone able to fix this? |
Did you try it with version 1.2 or 1.7 of tensorflow? I wasn't able to test a more recent version due to high workload from new projects. |
hi,Is this implemented with pytorch? |
Hi thanks your work ,
when i run run.py --help i got this error :tensorflow.python.framework.errors_impl.NotFoundError: ./backward_warp_op.so: undefined symbol: __cudaPushCallConfiguration
Traceback (most recent call last):
File "/home/yh/下载/UnFlow-master/src/e2eflow/ops.py", line 59, in
op_lib = tf.load_op_library(lib_path)
File "/home/yh/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 56, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: ./backward_warp_op.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yh/下载/UnFlow-master/src/run.py", line 7, in
from e2eflow.core.train import Trainer
File "/home/yh/下载/UnFlow-master/src/e2eflow/core/train.py", line 11, in
from . import util
File "/home/yh/下载/UnFlow-master/src/e2eflow/core/util.py", line 2, in
from ..ops import downsample as downsample_ops
File "/home/yh/下载/UnFlow-master/src/e2eflow/ops.py", line 62, in
op_lib = tf.load_op_library(lib_path)
File "/home/yh/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 56, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: ./backward_warp_op.so: undefined symbol: __cudaPushCallConfiguration
can you give me some advices ,thank you sou much!
The text was updated successfully, but these errors were encountered: