-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
fix paddle.vision.models.* en #43636
fix paddle.vision.models.* en #43636
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@@ -181,11 +184,17 @@ def _mobilenet(arch, pretrained=False, **kwargs): | |||
|
|||
|
|||
def mobilenet_v2(pretrained=False, scale=1.0, **kwargs): | |||
"""MobileNetV2 | |||
"""MobileNetV2 from | |||
`"MobileNetV2: Inverted Residuals and Linear Bottlenecks" <https://arxiv.org/abs/1801.04381>`_. |
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.
@BrilliantYuKaimin 有什么规范建议吗?
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.
这个我再调研一下吧,看看如何规范的引用文章
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.
嗯嗯,规范的事情晚上PFCC会上讨论,确实是需要一个细则,可以先看看这个issue:#43656
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.
good job!
LGTM
* add outputs for code examples, test=document_fix * missing code example update, test=document_fix * missing returns, test=document_fix * fix the case of proper nouns, test=document_fix * fix SqueezeNet code example (add a blank line), test=document_fix * fix ShuffleNetV2 args style, test=document_fix * missing paper links, test=document_fix * missing `optional`, test=document_fix * refine parameter `pretrained`, test=document_fix * add parameter `kwargs`, test=document_fix * refine parameter `num_classes`, test=document_fix * capitalize the first letter, test=document_fix * missing output of code example, test=document_fix * fix wrong api label, test=document_fix * refine returns, test=document_fix * add missing `.` after paper link, test=document_fix * remove extra `:`, test=document_fix * :math:\`0.0\`, test=document_fix
PR types
Others
PR changes
Docs
Describe
PaddlePaddle/docs#4936 的英文文档修复 PR