Install tensorflow on tx2 (w/ JetPack 3.3):
sudo pip3 install --extra-index-url https://developer.download.nvidia.com/compute/redist/jp33 tensorflow-gpu (Python3.5)
sudo pip install --extra-index-url=https://developer.download.nvidia.com/compute/redist/jp33 tensorflow-gpu (Python2.7)
Verify install state:
$python3 -c "import tensorflow; print(tensorflow.__version__)"
$python2 -c "import tensorflow; print(tensorflow.__version__)"
NVIDIA Web Link:
网友评论