2017-01-01から1年間の記事一覧

chainer Faster R-CNN

GitHub - mitmul/chainer-faster-rcnn: Object Detection with Faster R-CNN in Chainer インストール 事前に cython 入れます。 $ sudo easy_install cython $ git clone https://github.com/mitmul/chainer-faster-rcnn $ cd chainer-faster-rcnn/lib $ py…

chainer deel を試す

Deel を試します。 GitHub - uei/deel: Deel; A High level deep learning description language $ sudo apt-get install libopencv-dev $ sudo apt-get install python-opencv $ sudo apt-get install libhdf5-dev $ git clone http://github.com/uei/deel …

chainer MNIST を試す

下準備 git, matplotlib を入れます。 $ sudo apt-get install git $ sudo pip install matplotlib データをもらう $ sudo git clone https://github.com/pfnet/chainer.git mnist を動かす $ cd chainer/examples/mnist/ $ ./train_mnist.py -g 0 ここでエ…

ubuntu14.04 LTS + CUDA + cuDNN + Chainer インストールメモ

ubuntu14.04 LTS + CUDA + cuDNN + Chainer インストールメモ OSの選定 インストールガイド — Chainer 1.18.0 ドキュメント chainer 公式のインストールガイドに、We recommend these platforms. Ubuntu 14.04 LTS 64bit と、有るので、従います。 LTS は Lo…