Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Created July 6, 2017 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loretoparisi/223c648c78e9c8cbf139e69a9feff4bb to your computer and use it in GitHub Desktop.
Save loretoparisi/223c648c78e9c8cbf139e69a9feff4bb to your computer and use it in GitHub Desktop.
Pytorch Ubuntu16.04 install
curl https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -o conda.sh
bash conda.sh
source .bashrc
conda install pytorch torchvision cuda80 -c soumith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment