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

Activation Layer Before Convolution layer in ResBlock #30

Open
singh-hrituraj opened this issue Jan 28, 2019 · 1 comment
Open

Activation Layer Before Convolution layer in ResBlock #30

singh-hrituraj opened this issue Jan 28, 2019 · 1 comment

Comments

@singh-hrituraj
Copy link

In file MSNet.py while creating (or defining) the graph for the model, I noticed that in the function that creates a residual block the activation layer is being applied before convolution. Is that a mistake or I am missing something considering we don't apply activation before Convolution?

@stalhabukhari
Copy link

In file MSNet.py while creating (or defining) the graph for the model, I noticed that in the function that creates a residual block the activation layer is being applied before convolution

Have been scratching my head on this for sometime now, a 'Pre-Activation ResNet' might be the intention, as explained here:

https://towardsdatascience.com/resnet-with-identity-mapping-over-1000-layers-reached-image-classification-bb50a42af03e

If otherwise, I'd like to ask the same.

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