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

Does the shortcut convolutional layer has BN? #9

Open
Detectionsmallvehicle opened this issue Jan 27, 2019 · 2 comments
Open

Does the shortcut convolutional layer has BN? #9

Detectionsmallvehicle opened this issue Jan 27, 2019 · 2 comments

Comments

@Detectionsmallvehicle
Copy link

As is shown in common resnet-N models,if output channels > input channels,the shortcut should be a layer with Batch Normalization. However, as is shown in the programs provided, the Batch Normalization did not exist. Isn't is provided in the pre-trained pytorch model?
Thank you very much!

@jfpalngipang
Copy link

I am also wondering about the same thing. This lacks the batch norm in _residual_block_first()

@FangGet
Copy link

FangGet commented Oct 12, 2019

nope, the original t7 file has no batch_norm for _residual_block_first
sss

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