Quantcast
Channel: JetsonHacks
Viewing all articles
Browse latest Browse all 339

TensorFlow for NVIDIA Jetson TX2

$
0
0

NVIDIA now has an official release for TensorFlow on the NVIDIA Jetson TX2 Development Kit!

This makes installing TensorFlow on the Jetson much less challenging. Here’s the shortcut version:

For Python 2.7

$ pip install –extra-index-url=https://developer.download.nvidia.com/compute/redist/jp33 tensorflow-gpu

For Python 3.5

pip3 install –extra-index-url=https://developer.download.nvidia.com/compute/redist/jp33 tensorflow-gpu

Here is the original announcement and the full installation document.

Here are some other useful links

NVIDIA DL frameworks guides

Jetson Downloads

Enjoy!

The post TensorFlow for NVIDIA Jetson TX2 appeared first on JetsonHacks.


Viewing all articles
Browse latest Browse all 339

Trending Articles