I am Charmie

メモとログ

2017-03-26から1日間の記事一覧

install keras + tensorflow (GPU) to Windows using anaconda

Install Tensorflow and Keras Run Anaconda Prompt Install Tensorflow # pip install tensorflow-gpu Install Keras # pip install keras (Optional) Change Keras' backend from Theano to TensorFlow This step is optional if Keras uses Theano as its…

upgrade/downgrade python version of anaconda

Same as python packages, we can use conda install to upgrade/downgrade python version as conda install python=..* To know the available version, just type conda search ppthon