keras-examples icon indicating copy to clipboard operation
keras-examples copied to clipboard

AWSの開発環境まとめる

Open aidiary opened this issue 8 years ago • 1 comments
trafficstars

sudo apt-get update
sudo apt-get install emacs gcc
sudo apt-get install -y python-qt4
wget https://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86_64.sh
pip install pydot-ng
conda install graphviz
conda install tensorflow
conda install keras
  • http://qiita.com/Salinger/items/c7b87d7000e48be6ebe2

aidiary avatar Dec 15 '16 13:12 aidiary

AWSにtensorflowをインストールする手順 もうソースコードからインストールする必要はなさそう

  • http://qiita.com/RyotaKatoh/items/989c914ad5be123352f1
  • https://keichi.net/post/tensorflow-aws/
  • http://max-likelihood.com/2016/06/18/aws-tensorflow-setup/

aidiary avatar Dec 16 '16 14:12 aidiary