Skip to content

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

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

Successfully merging this pull request may close these issues.

2 participants