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

SE's position differs from paper. #26

Open
TKONIY opened this issue Nov 20, 2019 · 4 comments
Open

SE's position differs from paper. #26

TKONIY opened this issue Nov 20, 2019 · 4 comments

Comments

@TKONIY
Copy link

TKONIY commented Nov 20, 2019

image
image

SE should be placed after Depthwise and before Pointwise. However, you set it after Pointwise. Is there any reason or just a mistake?

@rwightman
Copy link

@TKONIY This is one of several problems, see an earlier issue #8

@rebeen
Copy link

rebeen commented Nov 28, 2019

I changed the place of SE and I put before out = self.bn3(self.conv3(out)) but it makes an error

@TKONIY
Copy link
Author

TKONIY commented Nov 29, 2019

@rebeen It is not enough. Check the SE class and network class, we can see that SE takes a parameter of input channels, which should match the output channels of dw. It should be modified because now it matches the output channels of pw.

@rebeen
Copy link

rebeen commented Nov 29, 2019

Thank you very much I will try to tackle this issue

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

3 participants