2017-03-14から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 ここでエ…