Skip to content

Instantly share code, notes, and snippets.

View lucidbeaming's full-sized avatar

Joshua Curry lucidbeaming

View GitHub Profile
@lucidbeaming
lucidbeaming / pytorch_vision_spacy_torchtext_jetson_nano.sh
Last active August 24, 2020 04:20 — forked from abishekmuthian/pytorch_vision_spacy_torchtext_jetson_nano.sh
Installing PyTorch, torchvision, spaCy, torchtext on Jetson Nanon [ARM]
#!/bin/bash
# This script will install pytorch, torchvision, torchtext and spacy on nano.
# If you have any of these installed already on your machine, you can skip those.
# Tailored for virtual environments created with python3 -m venv [name]
if [ -z ${VIRTUAL_ENV+x} ]
then
echo "Not in a virtual environment"