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 running the code with cuda 11.8 #17

Open
FSet89 opened this issue Feb 19, 2024 · 0 comments
Open

Error running the code with cuda 11.8 #17

FSet89 opened this issue Feb 19, 2024 · 0 comments

Comments

@FSet89
Copy link

FSet89 commented Feb 19, 2024

I tried to compile tf_ops with cuda 11.8 and -std=c++17. When I run the train code I get this error. How can I fix it?

Traceback (most recent call last):
File "pointnet2-tensorflow2/train_scannet.py", line 12, in
from models.sem_seg_model import SEM_SEG_Model
File "pointnet2-tensorflow2/./models/sem_seg_model.py", line 10, in
from pnet2_layers.layers import Pointnet_SA, Pointnet_FP
File "pointnet2-tensorflow2/./pnet2_layers/layers.py", line 4, in
from . import utils
File "pointnet2-tensorflow2/./pnet2_layers/utils.py", line 8, in
from .cpp_modules import (
File "pointnet2-tensorflow2/./pnet2_layers/cpp_modules.py", line 9, in
sampling_module=tf.load_op_library('./tf_ops/sampling/tf_sampling_so.so')
File "/home/francesco/.local/lib/python3.10/site-packages/tensorflow/python/framework/load_library.py", line 54, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: ./tf_ops/sampling/tf_sampling_so.so: undefined symbol: _ZN10tensorflow14kernel_factory17OpKernelRegistrar12InitInternalEPKNS_9KernelDefESt17basic_string_viewIcSt11char_traitsIcEESt10unique_ptrINS0_15OpKernelFactoryESt14default_deleteISA_EE

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

1 participant