The added layer must be an instance of class Layer. Found: <keras.layers.normalization.BatchNormalization object at 0x0000024B0C16B780>
I don't know why BatchNormalization is giving the following error. Googled out but couldn't find any relevant answers
My code appears to be this:
Topic batch-normalization keras tensorflow python
Category Data Science