TX2: Installing Tensorflow - LoCO-AUV/loco_config GitHub Wiki

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.