Skip to content

Instantly share code, notes, and snippets.

@hushell
Created March 5, 2018 21:38
Show Gist options
  • Save hushell/720cbabebe12b696a619522aaa150f7e to your computer and use it in GitHub Desktop.
Save hushell/720cbabebe12b696a619522aaa150f7e to your computer and use it in GitHub Desktop.
wget https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh
bash Anaconda3-5.1.0-Linux-x86_64.sh
conda install pytorch torchvision -c pytorch
conda install -c menpo opencv3
pip install dominate tqdm
pip install git+https://github.com/pytorch/tnt.git@master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment