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
I run into this issue when I'm trying to compile the customized nn_disstance operator.
The error message is:
tensorflow.python.framework.errors_impl.NotFoundError: /home/Autoencoder/pointnet-autoencoder-master/tf_ops/nn_distance/tf_nndistance_so.so: undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv
Even though I try some solutions, the error still exist. I tried to set -D_GLIBCXX_USE_CXX11_ABI=1 or remove it completely (as suggested in charlesq34/pointnet2#48 (comment)).
Can anyone help me if you successfully trained this framework?
I'm using gcc 4.8.5, CUDA 9.8.15, and tensorflow 1.12.0
The text was updated successfully, but these errors were encountered:
I run into this issue when I'm trying to compile the customized nn_disstance operator.
The error message is:
tensorflow.python.framework.errors_impl.NotFoundError: /home/Autoencoder/pointnet-autoencoder-master/tf_ops/nn_distance/tf_nndistance_so.so: undefined symbol: _ZN10tensorflow8internal21CheckOpMessageBuilder9NewStringEv
Even though I try some solutions, the error still exist. I tried to set -D_GLIBCXX_USE_CXX11_ABI=1 or remove it completely (as suggested in charlesq34/pointnet2#48 (comment)).
Can anyone help me if you successfully trained this framework?
I'm using gcc 4.8.5, CUDA 9.8.15, and tensorflow 1.12.0
The text was updated successfully, but these errors were encountered: