Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save parrondo/612f79d4a5e302467270be54d2260b07 to your computer and use it in GitHub Desktop.

Select an option

Save parrondo/612f79d4a5e302467270be54d2260b07 to your computer and use it in GitHub Desktop.

Revisions

  1. parrondo revised this gist Aug 6, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion anaconda-keras-tensorflow.txt
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ Install TensorFlow (CPU), Keras, and some other tools to a new linux anaconda en
    Open Anaconda Prompt

    $ conda create --name keras35 python=3.5
    $ conda activate keras35
    $ source activate keras35
    (keras35)$ # Your prompt should change
    (keras35)$ conda install jupyter
    (keras35)$ conda install scipy
  2. parrondo revised this gist Aug 6, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion anaconda-keras-tensorflow.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Install TensorFlow (CPU), Keras, and some other tools to a new anaconda environment.
    Install TensorFlow (CPU), Keras, and some other tools to a new linux anaconda environment.

    Open Anaconda Prompt

  3. parrondo revised this gist Aug 6, 2017. 1 changed file with 12 additions and 11 deletions.
    23 changes: 12 additions & 11 deletions anaconda-keras-tensorflow.txt
    Original file line number Diff line number Diff line change
    @@ -1,14 +1,15 @@
    Install TensorFlow, Keras, and some other tools to a new anaconda environment.
    Install TensorFlow (CPU), Keras, and some other tools to a new anaconda environment.

    Open Anaconda Prompt

    conda create --name keras35 python=3.5
    conda activate keras35
    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
    $ conda create --name keras35 python=3.5
    $ conda activate keras35
    (keras35)$ # Your prompt should change
    (keras35)$ conda install jupyter
    (keras35)$ conda install scipy
    (keras35)$ conda install spyder
    (keras35)$ pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.2.1-cp35-cp35m-linux_x86_64.whl
    (keras35)$ pip install pyyaml h5py
    (keras35)$ pip install keras
    (keras35)$ pip install opencv-python
    (keras35)$ pip install matplotlib seaborn argparse
  4. parrondo renamed this gist Aug 6, 2017. 1 changed file with 3 additions and 3 deletions.
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    Install TensorFlow (CPU), Keras, and some other tools to a new anaconda environment.
    Install TensorFlow, Keras, and some other tools to a new anaconda environment.

    Open Anaconda Prompt

    conda create --name tensorflow35 python=3.5
    conda activate tensorflow35
    conda create --name keras35 python=3.5
    conda activate keras35
    conda install jupyter
    conda install scipy
    conda install spyder
  5. @jeffg-dev jeffg-dev created this gist Mar 29, 2017.
    14 changes: 14 additions & 0 deletions anaconda-tensorflow-keras.txt
    Original 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