-
-
Save BlancosWay/18eddb5a0ecc18a4abc565864b4b57ee to your computer and use it in GitHub Desktop.
Anaconda Keras / TensorFlow environment setup
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
Install TensorFlow (CPU), Keras, and some other tools to a new anaconda environment. | |
Open Anaconda Prompt | |
conda create --name tensorflow35 python=3.5 | |
conda activate tensorflow35 | |
conda install jupyter | |
conda install scipy | |
conda install spyder | |
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