Created
March 29, 2017 00:45
-
-
Save jeffg-dev/28e0fe58644b8af48f97a3e18fe08302 to your computer and use it in GitHub Desktop.
Revisions
-
jeffg-dev created this gist
Mar 29, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ 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