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

Batch Normalization Layers not present in the converted Keras model #135

Open
rahman-mdatiqur opened this issue Sep 10, 2021 · 1 comment
Labels

Comments

@rahman-mdatiqur
Copy link

Describe the bug
No batch normalization layers present in the converted keras model.

To Reproduce
Snippet of your code

Expected behavior
A clear and concise description of what you expected to happen.
All layers including the batch normalization layers should be present in the converted keras model
Logs
If applicable, add error message to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. iOS] Ubuntu-20.04
  • Python [e.g. Python 2, Python 3] - Python 3.8
  • Version [e.g. v0.1.11] - master

Additional context
Add any other context about the problem here.
When converting a pytorch model into keras_model, doing keras_model.summary() does not show the batch normalization layers.

@MaxPolak97
Copy link

Have you solved this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants