Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

tf_ops compile scripts for Tensorflow 1.15.0 - Ubuntu 18.04 - CUDA 10.2 #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

irfan798
Copy link

tf_ops for Tensorflow 1.15.0 - Ubuntu 18.04 - CUDA 10.2

Since installing tensorflow version lower then 1.15.0 on conda results a lot dependency problems, added lines on tf_ops scripts for Tensorflow Version 1.15.0

For this to work you also need to create symbolic link on your enviroment
Find path of libtensorflow_framework.so.1 (mine is in site-packages/tensorflow_core/libtensorflow_framework.so.1)
then create symbolic link in that path

ln -s libtensorflow_framework.so.1 libtensorflow_framework.so

This should fix building errors

@dkoguciuk
Copy link

@irfan798 - works also for TF1.14 - thanks! ❤️

@irfan798
Copy link
Author

irfan798 commented Jun 1, 2020

You can check my master tree if you also need prediction of single pointcloud data with visualization

python predict_cls.py --path path_to_pointcloud.txt --num_votes 12 -v

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

Successfully merging this pull request may close these issues.

2 participants