Skip to content

Instantly share code, notes, and snippets.

@ptrblck
Created August 20, 2018 20:34
Show Gist options
  • Save ptrblck/92075dbfa0381452e387bdcf79f916b7 to your computer and use it in GitHub Desktop.
Save ptrblck/92075dbfa0381452e387bdcf79f916b7 to your computer and use it in GitHub Desktop.
conda create -n pytorch4 python=3.6
conda activate pytorch4
conda install pytorch=0.4.0 torchvision -c pytorch
pip install requests dominate
conda install opencv pillow scipy
@robbiebarrat
Copy link

you are a life saver - was having trouble and this is the only thing that worked for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment