tensorflow-on-nvidia-jetson icon indicating copy to clipboard operation
tensorflow-on-nvidia-jetson copied to clipboard

Make life easier with ready-to-install Tensorflow for NVIDIA Jetson TK1

Install TensorFlow on NVIDA Jetson TK1

TL;DR

Install dependencies for TensorFlow:

sudo apt-get update
sudo apt-get install python-pip python-dev

Clone this repo:

git clone https://github.com/dat-ai/tensorfow-nvidia-jetson/
cd tensorfow-nvidia-jetson

Install file with pip

sudo pip install tensorflow-0.8.0-py2-none-any.whl

Test TenforFlow on NVIDIA Jetson TK1

python
import tensorflow as tf