Skip to content

Instantly share code, notes, and snippets.

@drumcap
drumcap / demo_useThread.ipynb
Created April 21, 2018 07:09 — forked from sjchoi86/demo_useThread.ipynb
basic_codes/demo_useThread.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@drumcap
drumcap / anaconda-keras-tensorflow.txt
Last active March 7, 2018 04:40 — forked from parrondo/anaconda-keras-tensorflow.txt
Anaconda Keras / TensorFlow environment setup
Install TensorFlow (CPU), Keras, and some other tools to a new linux anaconda environment.
Open Anaconda Prompt
$ conda create --name keras35 python=3.5
$ source activate keras35
(keras35)$ # Your prompt should change
(keras35)$ conda install numpy scipy pandas matplotlib scikit-learn jupyter notebook nltk gensim spyder
(keras35)$ conda install -c conda-forge jupyterlab
(keras35)$ pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.2.1-cp35-cp35m-linux_x86_64.whl