gpleiss / efficient_densenet_pytorch

A memory-efficient implementation of DenseNets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should there be a global average pooling layer before the classifier?

yangzy-yzy opened this issue · comments

Hi,thank you for your great work! I only find a BatchNorm layer before the final classifier, should there be a global average pooling layer before the classifier?Sorry this is a simple question,looking forward to your reply.