-
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
Add DenseNet #36072
Add DenseNet #36072
Conversation
Thanks for your contribution! |
|
||
class DenseNet(nn.Layer): | ||
|
||
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)
代码冲突了,需要解决下冲突。 |
Sorry to inform you that 00586cf's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
@pokemonjs 感谢你在飞桨黑客松1期的贡献,由于DenseNet已经合入 #36069,先将这个PR关闭。
有任何问题欢迎随时联系我们~ |
PR types
New features
PR changes
APIs
Describe
Add DenseNet