-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[Typing][A-85] Add type annotations for python/paddle/vision/models/vgg.py
#65381
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
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
python/paddle/vision/models/vgg.py
Outdated
@@ -177,7 +198,13 @@ def make_layers(cfg, batch_norm=False): | |||
} | |||
|
|||
|
|||
def _vgg(arch, cfg, batch_norm, pretrained, **kwargs): | |||
def _vgg( | |||
arch, |
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.
arch 的类型?
Co-authored-by: Nyakku Shigure <sigure.qaq@gmail.com>
e124f98
to
f67660e
Compare
sorry我不是很熟悉开源的工作流程,我完成了a-86的annotations但是没有新建一个pr,我没找到撤回remote commit的方法所以就force push覆盖掉a-86的commit, |
以及《贡献指南》里面的 https://www.paddlepaddle.org.cn/documentation/docs/zh/dev_guides/api_contributing_guides/new_python_api_cn.html#api-python 都可以先看一下 ~ 🤟🤟🤟 |
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.
hi, @86kkd
|
…vgg.py` (PaddlePaddle#65381) --------- Co-authored-by: Nyakku Shigure <sigure.qaq@gmail.com>
…vgg.py` (PaddlePaddle#65381) --------- Co-authored-by: Nyakku Shigure <sigure.qaq@gmail.com>
亲爱的开发者: @86kkd 恭喜你完成「快乐开源任务/热身打卡任务」,你将获得一份精美礼品。请在10月18日前,通过填写以下问卷,留下你的邮寄地址。 期待未来,你我并肩在开源的世界走得更远! |
PR Category
User Experience
PR Types
Improvements
Description
类型标注:
Related links
@SigureMo @megemini