Created
August 20, 2018 20:34
-
-
Save ptrblck/92075dbfa0381452e387bdcf79f916b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you are a life saver - was having trouble and this is the only thing that worked for me!