ntedgi
7/4/2018 - 11:01 AM

Anaconda Keras / TensorFlow environment setup

Anaconda Keras / TensorFlow environment setup

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