From 5c4b32df62ea6fb6b26f66be797634bd965d6c10 Mon Sep 17 00:00:00 2001 From: cnn Date: Wed, 3 Jan 2018 16:38:33 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 说明数据集来源 --- image_classification/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/image_classification/README.md b/image_classification/README.md index d27b4903..3fe70dce 100644 --- a/image_classification/README.md +++ b/image_classification/README.md @@ -2,6 +2,7 @@ ======================= 这里将介绍如何在PaddlePaddle下使用AlexNet、VGG、GoogLeNet、ResNet、Inception-v4和Inception-ResNet-v2模型进行图像分类。图像分类问题的描述和这些模型的介绍可以参考[PaddlePaddle book](https://github.com/PaddlePaddle/book/tree/develop/03.image_classification)。 +所用数据集是[flowers](http://www.robots.ox.ac.uk/~vgg/data/flowers/102/)。因此,CLASS_DIM=102。 ## 训练模型 -- GitLab