Why is it the `BatchNorm2d ` layers in a frozen model trainable?

This is an option on Learner (defaulting to True)

If train_bn , batchnorm layer learnable params are trained even for frozen layer groups.

Via https://docs.fast.ai/basic_train.html#Learner