Why GoogLeNet has BatchNorm layers?

2 years ago I was looking for a GoogLeNet model

Recently somebody has added a GoogLeNet model to torchvision

The original paper is cited and also it says there that the model is ported from tensorflow.
I want to check if this really follows the original GoogLeNet, how come it has BatchNorm layers?

1 Like