Skip to content

Instantly share code, notes, and snippets.

View JunhongXu's full-sized avatar
🎯
Focusing

Junhong Xu JunhongXu

🎯
Focusing
View GitHub Profile
@JunhongXu
JunhongXu / pytorch_jetson_install.sh
Created October 5, 2017 20:19 — forked from dusty-nv/pytorch_jetson_install.sh
Install procedure for pyTorch on NVIDIA Jetson TX1/TX2
#!/bin/bash
#
# pyTorch install script for NVIDIA Jetson TX1/TX2,
# from a fresh flashing of JetPack 2.3.1 / JetPack 3.0 / JetPack 3.1
#
# for the full source, see jetson-reinforcement repo:
# https://github.com/dusty-nv/jetson-reinforcement/blob/master/CMakePreBuild.sh
#
# note: pyTorch documentation calls for use of Anaconda,
# however Anaconda isn't available for aarch64.