Skip to content

Instantly share code, notes, and snippets.

@trtd56
Created June 30, 2016 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trtd56/3cfdf3ea7764c2856ab5a84559f7f0fe to your computer and use it in GitHub Desktop.
Save trtd56/3cfdf3ea7764c2856ab5a84559f7f0fe to your computer and use it in GitHub Desktop.
WindowsでChainer環境を整える ref: http://qiita.com/trtd56/items/50e38413dc5ccd7c5419
cd [whlファイルがあるディレクトリ]
pip install numpy-1.11.1+mkl-cp27-cp27m-win_amd64.whl
$ pip install [モジュール名] --proxy=[user]@[proxy]:[port]
$ git clone https://github.com/pfnet/chainer.git
$ cd chainer
$ python setup.py install
$ python examples/mnist/train_mnist.py
GPU: -1
# unit: 1000
# Minibatch-size: 100
# epoch: 20
Network type: simple
load MNIST dataset
epoch 1
graph generated
train mean loss=0.190369202715, accuracy=0.941016668603, throughput=994.727940618 images/sec
test mean loss=0.0899474363861, accuracy=0.970900004506
epoch 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment