Skip to content

Commit 51a0832

Browse files
authored
Merge pull request #563 from liuhuiCNN/patch-2
Update README.md
2 parents 42d5dd5 + 71330b1 commit 51a0832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

image_classification/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ paddle.init(use_gpu=False, trainer_count=1)
3131
### 定义参数和输入
3232

3333
设置算法参数(如数据维度、类别数目和batch size等参数),定义数据输入层`image`和类别标签`lbl`
34+
所用数据集是[flowers](http://www.robots.ox.ac.uk/~vgg/data/flowers/102/)。花的种类是102,因此,CLASS_DIM=102。
3435

3536
```python
3637
# Use 3 * 331 * 331 or 3 * 299 * 299 for DATA_DIM in Inception-ResNet-v2.

0 commit comments

Comments
 (0)