Tensorflow 1.6 for Jetson TX2

Hi everyone,

I have successfully build and installed tensorflow 1.6 on jetson tx2. I also made a wheel file, you can download from here: [url]https://github.com/openzeka/Tensorflow-for-Jetson-TX2[/url].

I also tested with CUDA 8 and Tensorflow Object Detection API and it works great.

Thanks for posting your pip wheel, furkankalinsaz!

The whl really help !!!

Hi kepler92,

Could you also share the build script please ? I have successfully built the whl file on TX2 with CUDA 9.0, cuDNN 7.0.5 but after install it with pip2 there is always a “Failed to load the native TensorFlow runtime” error when trying to import tensorflow.

Thanks a lot.

I can not find the web-page I was referring to. So I leave a link as similar as possible. I hope I can help you as much as possible.

Thanks a lot! I guess I just use the whl first and pherhaps try rebuilding later :)

Stuck on : Running setup.py bdist_wheel for numpy …

Tried with : sudo -H pip3 install tensorflow-1.6.0rc1-cp35-cp35m-linux_aarch64.whl

Did you install the following?

sudo apt-get install python3-numpy python3-dev python3-pip python3-wheel

Reference: https://www.tensorflow.org/install/install_sources