-
Notifications
You must be signed in to change notification settings - Fork 17
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
tf_ops compilation and CUDA version #10
Comments
@Vishak66 The code is tested under TF1.7 GPU version, CUDA 9.0, cudnn 7.0.5 and Python 3.6 on Ubuntu 16.04. There are also some dependencies for a few Python libraries for data processing like |
Hello Lin, I am trying to compile the
I have not modified anything beause I have seen that the pointnet++ original file has been modified in JSNet to work with TF1.4. To see what could be, I have downloaded pointnet++ code. I have try to compile the same file using TF1.2 and Python 3.5 (udocker image tensorflow/tensorflow:1.2.0-gpu-py3). I have got the same error. Last, I have tried to compile that file (the one in pointnet++, not in JSNet) using TF1.2 and Python 2.7 (udocker image tensorflow/tensorflow:1.2.0-gpu) and it works. Maybe the problem is the python version. However, it is not suitable for working with JSNet, since it uses Python 3.5 and TF1.4. What am I doing wrong? Do I have to modified any file in the JSNet repository? |
@Daniel22L Maybe you should update the path of Tensorflow in each
|
Hello Lin,
Do I need to compile the .sh scripts under tf_ops first? Kindly advise on how to compile the tf operators.
Also did you test it in a specific cuda/cudnn version?
The text was updated successfully, but these errors were encountered: