Skip to content
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 wide resnet #36109

Closed
wants to merge 1 commit into from
Closed

[PaddlePaddle Hackathon] add wide resnet #36109

wants to merge 1 commit into from

Conversation

LyndonKong
Copy link
Contributor

@LyndonKong LyndonKong commented Sep 26, 2021

PR types

New features

PR changes

APIs

Describe

  • Task: #35994
  • 增加对 WideResNet 的支持,可以通过 paddle.vision.models.WideResNet 创建WideResNet网络结构,提供了
    • wide_resnet50
    • wide_resnet101

上述Layer对象均可使用 PaddleClas 中提供的ImageNet预训练权重。

Progress

  • 网络实现
  • 预训练支持
  • 单测
  • 文档

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@LyndonKong LyndonKong changed the title implement wide resnet [PaddlePaddle Hackathon] add wide resnet Sep 26, 2021
@LielinJiang
Copy link
Contributor

代码冲突了,需要解决下。
请参考这个PR:#36070
提个下自测代码和精度,并且确认可以实例化两次

width_per_group * 2, with_pool)

def forward(self, x):
return self.layers.forward(x)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里self.layers(x)就行

@paddle-bot-old
Copy link

Sorry to inform you that d5ae09c's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.

@paddle-bot-old paddle-bot-old bot added the contributor External developers label Sep 1, 2022
@luotao1
Copy link
Contributor

luotao1 commented Sep 6, 2022

@LyndonKong 感谢你在飞桨黑客松1期的贡献,由于WideResNet已经合入 #36952 ,先将这个PR关闭。

有任何问题欢迎随时联系我们~

@luotao1 luotao1 closed this Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants