gmalivenko / pytorch2keras

PyTorch to Keras model convertor
https://pytorch2keras.readthedocs.io/en/latest/
MIT License
858 stars 143 forks source link

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

Open rahman-mdatiqur opened 3 years ago

rahman-mdatiqur commented 3 years ago

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):

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 commented 1 year ago

Have you solved this issue?