-
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 paddle.vision.models.InceptionV3 #36064
Conversation
Thanks for your contribution! |
6af4ffe
to
d047fcf
Compare
return x | ||
|
||
|
||
class InceptionV3(nn.Layer): |
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.
英文文档的代码示例应与中文一致~
Args: | ||
pretrained (bool): If True, returns a model pre-trained on ImageNet | ||
|
||
Examples: |
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.
同上
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.
已修改~~~
* add unit test * update API name * sort imports * class_num -> num_classes * add code example * export to paddle.vision * add pretrained test * add with_pool parameter Co-authored-by: Ainavo <ainavo@163.com> Co-authored-by: pithygit <pyg20200403@163.com>
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.
LGTM
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.
LGTM
PR types
New features
PR changes
APIs
Describe
status: Merged
Performance
AI Studio 测试详情:https://aistudio.baidu.com/aistudio/projectdetail/2420319?contributionType=1
基准参考:https://github.com/PaddlePaddle/PaddleClas/blob/release/2.2/docs/en/ImageNet_models_en.md
括号中为以 PaddleClas 性能基准为参考的偏差值