Skip to content

TX2: Installing Tensorflow

Michael Fulton edited this page Feb 16, 2021 · 1 revision

We are assuming you have JetPack 4.2 installed as described in here.

Python 3.6+JetPack4.2.1

sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v42 tensorflow-gpu==1.14.0+nv19.10

Python 3.6+JetPack4.2

sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v42 tensorflow-gpu

Please refer to link1 and link2.

Clone this wiki locally