Skip to content

fix SCEModule.sSE #113

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

Merged
merged 1 commit into from
Dec 3, 2019
Merged

fix SCEModule.sSE #113

merged 1 commit into from
Dec 3, 2019

Conversation

Kyle1993
Copy link
Contributor

@Kyle1993 Kyle1993 commented Dec 2, 2019

refer from https://arxiv.org/abs/1803.02579
the sSE shuold be
self.sSE = nn.Sequential(nn.Conv2d(in_channels, 1, 1), nn.Sigmoid())
not
self.sSE = nn.Sequential(nn.Conv2d(in_channels, in_channels, 1), nn.Sigmoid())

@qubvel
Copy link
Collaborator

qubvel commented Dec 3, 2019

Good catch! Thanks!

@qubvel qubvel merged commit 9ebf489 into qubvel-org:master Dec 3, 2019
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

Successfully merging this pull request may close these issues.

2 participants