Created
January 10, 2018 16:37
-
-
Save SpeedOfSpin/ba8fec1fc522311b0e0742325eb453ac to your computer and use it in GitHub Desktop.
Tensorflow and Keras in Conda
This file contains 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 --name tensorflow python=3.5 | |
activate tensorflow | |
conda install jupyter | |
conda install scipy | |
conda install spyder | |
conda install pip | |
pip install tensorflow | |
pip install pyyaml h5py | |
pip install keras | |
pip install opencv-python | |
pip install matplotlib seaborn argparse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment