-
-
Save gerarldlee/75b56be4519f9457689fcf1df8c32a18 to your computer and use it in GitHub Desktop.
Install miniconda, tensorflow, keras, theano
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
bash Miniconda3-latest-MacOSX-x86_64.sh | |
// append env path | |
conda install jupyter matplotlib pandas scipy Pillow scikit-learn | |
conda install -c conda-forge keras tensorflow | |
// for some reasons tensorflow installed = 1.0.0, update here | |
conda update -f -c conda-forge tensorflow | |
conda install -c conda-forge opencv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment