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

Wrong batch normalization axis for classifier layers, using tf #101

Open
natih opened this issue Dec 27, 2020 · 0 comments
Open

Wrong batch normalization axis for classifier layers, using tf #101

natih opened this issue Dec 27, 2020 · 0 comments

Comments

@natih
Copy link

natih commented Dec 27, 2020

I think there might be a bug when using tf, where batch normalization is set to bn_axis=3 in conv_block_td ann identity_block_td that serve the classifier layers in resnet50.
The classifier layers input tensor after ROI pooling is of shape [numBatches, numBoxes, poolSize, poolSize, numChannels], so bn_axis should better be set to -1.

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

1 participant