Skip to content

Conversation

@liuhuiCNN
Copy link
Contributor

说明数据集来源

说明数据集来源
=======================

这里将介绍如何在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。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感谢您的完善,不过新加的这句话,是不是放到

定义参数和输入 设置算法参数(如数据维度、类别数目和batch size等参数),定义数据输入层image和类别标签lbl。 

这句后面比较好呢。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我需要重新提交一个 request 吗?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

你直接在这个pull request下面再提一个commit即可。

增加数据来源信息。
Copy link
Contributor

@luotao1 luotao1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks very much!

@luotao1 luotao1 merged commit 51a0832 into PaddlePaddle:develop Jan 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants