-
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 #36069
Conversation
Thanks for your contribution! |
@LielinJiang 老师,这里也需要review,麻烦老师啦! |
if self.with_pool: | ||
y = self.pool2d_avg(conv) | ||
|
||
if self.num_classes: |
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.
这里改为>0把,意义更明确
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.
好的,已修改
请参考这个PR:#36070 |
@LielinJiang 老师,麻烦再review一下 |
@TCChenlong @XiaoguangHu01 麻烦两个老师也review一下,谢谢! |
@LielinJiang 老师,合并了一下冲突,重新过了一下CI,麻烦重新review一下 |
谢谢~ |
@LielinJiang @TCChenlong 麻烦老师重新aprrove一下,又重新修改过了一下CI |
@LielinJiang 老师,麻烦重新approve一下 |
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.
LG API
PR types
New features
PR changes
APIs
Describe
Add DenseNet to Paddle Vision (include calling of higher-level api, test case and doc).
Doc is at PaddlePaddle/docs#3923.