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

SpatialAttention class #1

Open
934828042 opened this issue Jun 16, 2022 · 2 comments
Open

SpatialAttention class #1

934828042 opened this issue Jun 16, 2022 · 2 comments

Comments

@934828042
Copy link

In the SpatialAttention class, both maxpooling and avgpooling functions use F.avg_pool2d, which is inconsistent with the paper, please explain.Thanks

@nononoyou
Copy link

i also have this problem.

@mohamedac29
Copy link
Owner

@934828042 , @nononoyou

You are right, it was typo error. It suppose to be "F.max_pool2d", I fixed it

maxpool

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