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

About the sequence of the last 1x1 conv and avgpooling #2

Open
Alloman opened this issue Jul 16, 2022 · 1 comment
Open

About the sequence of the last 1x1 conv and avgpooling #2

Alloman opened this issue Jul 16, 2022 · 1 comment

Comments

@Alloman
Copy link

Alloman commented Jul 16, 2022

In your paper the last 1x1 conv is behind the avgpooling, but in this implementation the last 1x1 conv is before the avgpooling. Is this a new trick or a mistake?
image
image

@ggjy
Copy link
Owner

ggjy commented Jul 19, 2022

Hi, these two implementions can achieve similar results. The fc-bn-swish-avgpool can be a little bit better (~0.1% top-1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants