PaddlePaddle / models

Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.
Apache License 2.0
6.9k stars 2.91k forks source link

Can you add flowers dataset to DyGraph Mobilenet training? #4849

Open arlesniak opened 4 years ago

arlesniak commented 4 years ago

We were trying to run CPU training of DyGraph Mobilenet using the default Imagenet dataset but it takes a lot of time. Do you think it's possible that you could add smaller flowers dataset as an option just like it's already done in DyGraph Resnet model ?

shippingwang commented 4 years ago

Flower dataset is already supported in PaddleClas repo. Please refer to https://github.com/PaddlePaddle/PaddleClas . We won't maintain the models/paddlecv/image_classification any more

luotao1 commented 4 years ago

@arlesniak @lidanqing-intel You can create a new issue in PaddleClas repo. @littletomatodonkey test MobileNetV3 on flowers dataset, and its final accuracy is 0.88~0.90