How to change the kernel size in Auxlogits of inception v3 network in pytorch in pretrained model.?

l have runtime error while training inception v3 network in pytorch

RuntimeError: Calculated padded input size per channel: (3 x 3). Kernel size: (5 x 5). Kernel size can’t be greater than actual input size

Answered here.