Skip to content
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

Error in libtensorflow_framework.so #31

Open
NimishaHonnalli opened this issue Aug 23, 2019 · 2 comments
Open

Error in libtensorflow_framework.so #31

NimishaHonnalli opened this issue Aug 23, 2019 · 2 comments

Comments

@NimishaHonnalli
Copy link

NimishaHonnalli commented Aug 23, 2019

Hello,
I am trying to run the code on Google Colabs.
I am using CUDA 8.0 version and Tensorflow 1.0.
I was able to compile all the .sh files with no errors but few warnings.But I am unable to train with main.py because of the following error.
File "main.py", line 10, in
import model_generator2_2new6 as MODEL_GEN
File "/content/gdrive/My Drive/PU-Net/code/model_generator2_2new6.py", line 3, in
from utils.pointnet_util import pointnet_sa_module,pointnet_fp_module
File "/content/gdrive/My Drive/PU-Net/code/utils/pointnet_util.py", line 9, in
from tf_ops.sampling.tf_sampling import farthest_point_sample, gather_point
File "/content/gdrive/My Drive/PU-Net/code/tf_ops/sampling/tf_sampling.py", line 12, in
sampling_module=tf.load_op_library(os.path.join(BASE_DIR, 'tf_sampling_so.so'))
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/load_library.py", line 64, in load_op_library
None, None, error_msg, error_code)
tensorflow.python.framework.errors_impl.NotFoundError: libtensorflow_framework.so: cannot open shared object file: No such file or directory

@VinayKarnam
Copy link

Hello Nimisha,
hope you are doing great
The error is there is no shared library in the sampling directory
You have to build a compatible cuda version on your system and try running it

@won5830
Copy link

won5830 commented Jul 18, 2021

I'm curious if you suceed on running the code on colab. If you did, I'd like to get some information about how you compiled the files. I'm struggling of tensorflow_framework too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants