nfnets_pytorch
nfnets_pytorch copied to clipboard
AveragePool
Hi, noticed that the AveragePool ('pool' layer) is not used in forward function. Instead, forward uses torch.mean. Removing the layer doesn't change pooling behavior. I tried using this model as a feature extractor and was a bit confused for a moment.
Thanks for pointing out! I will fix it.