Skip to content

Instantly share code, notes, and snippets.

View elpimous's full-sized avatar

FOUCAULT Vincent elpimous

  • FRANCE
View GitHub Profile
@vellamike
vellamike / install-tensorflow.md
Last active April 7, 2021 23:30
Install tensorflow on Jetson TX2 (Jetpack 3.2)

Building TensorFlow from source for Jetson TX2 with Jetpack 3.2

Jetpack 3.2 includes Cuda 9 and CuDNN 7 so it is necessary to compile it from source.

Step 1 - Get Java

sudo apt-get install openjdk-8-jdk

Step 2 - Get some dependencies