Category "batch-normalization"

cannot import name 'BatchNormalization' from 'keras.layers.normalization'

I'm learning ObjectDetection from this website I have installed ImageAI,Tensorflow and Keras. Then when I run this in python from imageai.Detection import O

Can I use Layer Normalization with CNN?

I see the Layer Normalization is the modern normalization method than Batch Normalization, and it is very simple to coding in Tensorflow. But I think the layer