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

Residual Connection with R(x) = F(x) + G(x) instead of R(x) = F(x) + x #96

Closed
Tracked by #127
M1ngXU opened this issue Jul 20, 2022 · 1 comment
Closed
Tracked by #127

Comments

@M1ngXU
Copy link
Contributor

M1ngXU commented Jul 20, 2022

In the ResNet paper, the residual connection of each downsampling block is not just R(x) = F(x) + x, but R(x) = F(x) + G(x) with G being a Conv2D with 1 filter.
This can probably be easily implemented by giving 2 modules for one Residual connection (and then just adding their values).

Edit: Working on it, though it might take longer because I first have to understand all the gradients/tape stuff xD

Edit2: I think I almost finished

@M1ngXU M1ngXU mentioned this issue Jul 23, 2022
This was referenced Jul 29, 2022
@coreylowman
Copy link
Owner

Closing this issue, thanks for the contribution @M1ngXU !

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