Last active
February 20, 2022 07:23
-
-
Save rexlow/93123f8003e3085d51316ede73c23d6d to your computer and use it in GitHub Desktop.
Revisions
-
rexlow revised this gist
Jan 10, 2018 . 1 changed file with 5 additions and 3 deletions.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 @@ -1,11 +1,13 @@ 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 -
rexlow revised this gist
Jan 10, 2018 . 1 changed file with 1 addition and 1 deletion.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 @@ -2,7 +2,7 @@ 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 -
rexlow renamed this gist
Jan 10, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
rexlow created this gist
Jan 10, 2018 .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,11 @@ bash Miniconda3-latest-MacOSX-x86_64.sh append env path conda install jupyter matplotlib conda install -c conda-forge keras tensorflow for some reasons tensorflow installed = 1.0.0, update here conda update -f -c conda-forge tensorflow