When creating a model, `model.add(BatchNormalization())` is to add the layer, while `BatchNormalization()` is to call the constructor and does nothing.