開始行:
[[FrontPage]]
* AWSでchainer. [#f13d27b0]
EC2のGPUインスタンスにChainerを5行で入れて4行で動かす
http://sla.hatenablog.com/entry/chainer_on_ec2
$ echo 'export PATH=/opt/nvidia/cuda/bin:$PATH' >> .bash...
$ echo 'export LD_LIBRARY_PATH=/opt/nvidia/cuda/lib64:$L...
$ source .bash_profile
$ pip install --user chainer
$ pip install --user --upgrade chainer-cuda-deps
---
$ wget https://github.com/pfnet/chainer/archive/v1.1.2.t...
$ tar zxvf v1.1.2.tar.gz
$ cd chainer-1.1.2/examples/mnist/
$ python train_mnist.py --gpu 0
** caffemodel: VGG_ILSVRC_16_layers [#hb98049a]
caffemodel_url:
wget http://www.robots.ox.ac.uk/~vgg/software/very_deep/...
git clone https://github.com/peace098beat/chainer-hikaru...
sudo yum install git
** cupyのインストール [#b31ae6e3]
Command "/usr/bin/python2.7 -u -c "import setuptools, to...
='/tmp/pip - build-9Cskqv/cupy/setup.py';exec(compile(ge...
(__file__).read().replace('\r\n', '\n'), __file__, 'exec...
record/install-record.txt --single-version-externally-ma...
code 1 in /tmp/pip-build-9Cskqv/cupy/
* Linuxコマンド [#e104c7ea]
- free, ps, top
- echo $SHELL
終了行:
[[FrontPage]]
* AWSでchainer. [#f13d27b0]
EC2のGPUインスタンスにChainerを5行で入れて4行で動かす
http://sla.hatenablog.com/entry/chainer_on_ec2
$ echo 'export PATH=/opt/nvidia/cuda/bin:$PATH' >> .bash...
$ echo 'export LD_LIBRARY_PATH=/opt/nvidia/cuda/lib64:$L...
$ source .bash_profile
$ pip install --user chainer
$ pip install --user --upgrade chainer-cuda-deps
---
$ wget https://github.com/pfnet/chainer/archive/v1.1.2.t...
$ tar zxvf v1.1.2.tar.gz
$ cd chainer-1.1.2/examples/mnist/
$ python train_mnist.py --gpu 0
** caffemodel: VGG_ILSVRC_16_layers [#hb98049a]
caffemodel_url:
wget http://www.robots.ox.ac.uk/~vgg/software/very_deep/...
git clone https://github.com/peace098beat/chainer-hikaru...
sudo yum install git
** cupyのインストール [#b31ae6e3]
Command "/usr/bin/python2.7 -u -c "import setuptools, to...
='/tmp/pip - build-9Cskqv/cupy/setup.py';exec(compile(ge...
(__file__).read().replace('\r\n', '\n'), __file__, 'exec...
record/install-record.txt --single-version-externally-ma...
code 1 in /tmp/pip-build-9Cskqv/cupy/
* Linuxコマンド [#e104c7ea]
- free, ps, top
- echo $SHELL
ページ名: