All Projects → datlife → tensorflow-on-nvidia-jetson

datlife / tensorflow-on-nvidia-jetson

Licence: other
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].