--
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/c61cde6f-5642-4897-8319-831774b15ea5o%40googlegroups.com.
You are obviously loading a model that has a custom Batch Normalization layer, as the Keras layer is called BatchNormalization (not BatchNorm), so you should follow instructions from whatever code/library you are using on how to load their models.
Or you could also mention what library/code you are using.
Which version of Keras and Tensorflow?Can you post the source?Cheers,Lance
On Wed, Jun 17, 2020 at 3:41 AM <ulha...@gmail.com> wrote:
Hi,--I am using MaskRCNN trained on coco dataset. I saved the complete model(not only weights) using.model.keras_model.save('new.h5')when I load model again using load_model() it shows errorValueError: Unknown layer: BatchNormCan anyone help me with this? \Thanks
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/c61cde6f-5642-4897-8319-831774b15ea5o%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/6817a12d-c2e6-432f-87c8-d915c8b6510fo%40googlegroups.com.