Skip to content

Instantly share code, notes, and snippets.

View williamardianto's full-sized avatar

William Ardianto williamardianto

View GitHub Profile
@williamardianto
williamardianto / pytorch_vision.sh
Last active October 7, 2020 03:49 — forked from abishekmuthian/pytorch_vision_spacy_torchtext_jetson_nano.sh
Installing PyTorch and torchvision
#!/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.
sudo apt-get -y update
sudo apt-get -y upgrade
#Dependencies
sudo apt-get install python3-setuptools