Hello, I find that there is no relu function after the second convolutional layer in module ‘b2’ in the pytorch version, is it missing?
we do’nt add Batchnorm after AdaptiveAvgPool2d and Flatten(), right? I’m just add nn.BatchNorm2d after Conv2d