Skip to content

Instantly share code, notes, and snippets.

View mishraanup's full-sized avatar

Anup Kumar Mishra, Ph.D. mishraanup

View GitHub Profile
@mishraanup
mishraanup / pytorch_jetson_install.sh
Created September 25, 2017 02:01 — 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.