Skip to content

Commit

Permalink
clarify the imagenet data preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
winstywang committed Jun 16, 2015
1 parent 6c1efa4 commit 3dfc7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ImageNet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This tutorial will guide you train your own super vision model. The default conf
* If you want to still use a large batch with not enough RAM, You can set ```update_period=2``` and ```batch_size=128```, this means the parameter update is done every 2 batches, which is equivalent to ```batch_size=256```

### 0.Before you start
Make sure you have downloaded the ImageNet training data. Resize the picture into size 256 * 256 *3 for later we will crop random 227 * 227 * 3 image while training.
Make sure you have downloaded the ImageNet training data. You don't need to resize the images by yourself, currently ```im2rec``` could resize it automatically. You could check the promoting message of ```im2rec``` for details.

### 1.Make the image list
After you get the data, you need to make a [image list file](../../doc/io.md#image-list-file) first. The format is
Expand Down

0 comments on commit 3dfc7b7

Please sign in to comment.