-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PaddlePaddle Hackathon] add ShuffleNetV2 #36067
Conversation
✅ This PR's description meets the template requirements! |
Thanks for your contribution! |
09090ba
to
30cbc7b
Compare
e0a2023
to
36e280e
Compare
bb8dacb
to
733eb02
Compare
733eb02
to
b48bad7
Compare
6bdba76
to
8ae03a0
Compare
4bb0335
to
1d0584b
Compare
40856d3
to
2ef0035
Compare
92b7171
to
f562fc3
Compare
de0dbb7
to
f1b5ff7
Compare
f1b5ff7
to
39fd7f8
Compare
* add unit test * fix import error * class_num -> num_classes * update API * fix en example * export to paddle.vision * fix example * remove weights name * add with_pool * 2020 -> 2021 * update en docs Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: pithygit <pyg20200403@163.com>
5147bc6
to
c20d8e1
Compare
@LielinJiang 可以麻烦再 review 一下这个嘛òᆺó? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG API
@TCChenlong CI 过啦 🎉 ~~~ |
喔喔对了,任务总览里这个还木有更新~另外辛苦各位这段时间的 review 啦~ |
add shufflenetv2 Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: pithygit <pyg20200403@163.com> Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: pithygit <pyg20200403@163.com>
PR types
New features
PR changes
APIs
Describe
Task: 【PaddlePaddle Hackathon】14、在 Paddle 中新增 ShuffleNetV2 #35996
向 paddle.vision.models 添加以下模型
status: pending review
Performance
AiStudio 测试详情:https://aistudio.baidu.com/aistudio/projectdetail/2420498
基准参考:https://github.com/PaddlePaddle/PaddleClas/blob/release/2.2/docs/en/ImageNet_models_en.md
括号中为以 PaddleClas 性能基准为参考的偏差值,参考中无 ShuffleNetV2_x1_0 模型,其中对比是与 PyTorch(https://pytorch.org/vision/stable/models.html)中的基准进行对比的