
TensorFlow for NVIDIA Jetson TX2
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 Read more …