-
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
[PaddlePaddle Hackathon] add DenseNet #36077
Conversation
Thanks for your contribution! |
代码冲突了,需要解决下冲突。 |
densenet = DenseNet(block_config=config, num_classes=10) | ||
""" | ||
|
||
def __init__(self, |
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.
补充一个with_pool,同时num_classes保持一致的逻辑,在小于等于0时不创建最后的全连接层
这个还是有冲突哈,需要在处理下 |
@TCChenlong 冲突修复完成,补上了精度测试,更新了文档中的参数描述,辛苦review一下 |
@LyndonKong 感谢你在飞桨黑客松1期的贡献,由于DenseNet已经合入 #36069,先将这个PR关闭。
有任何问题欢迎随时联系我们~ |
PR types
New features
PR changes
APIs
Describe
上述Layer对象均可使用 PaddleClas 中提供的ImageNet预训练权重。
Performance
AiStudio 精度测试
基准参考:https://github.com/PaddlePaddle/PaddleClas/blob/release/2.2/docs/en/ImageNet_models_en.md
Progress