LoginSignup
0
0

More than 5 years have passed since last update.

Chainerメモ その1

Posted at

1. imagenetの入手

https://chainer.org/
wget https://github.com/chainer/chainer/archive/v3.4.0.tar.gz
tar xzf v3.4.0.tar.gz
cp -r chainer-3.4.0/examples/imagenet ./
cd imagenet

2. 学習用ツールの準備

git clone https://github.com/shi3z/chainer_imagenet_tools.git

3. 学習用データ準備

wget http://www.vision.caltech.edu/Image_Datasets/Caltech101/101_ObjectCategories.tar.gz
tar xvf 101_ObjectCategories.tar.gz

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0