Created
December 8, 2017 11:58
-
-
Save jS5t3r/7a52e89916d1175c1b87f074e68e9d13 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
| #https://github.com/ClementPinard/FlowNetPytorch | |
| conda create -n flowpy35 python=3.5 anaconda | |
| source activate flowpy35 | |
| conda install pytorch torchvision -c pytorch | |
| pip install tensorboardx | |
| pip install argparse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment