AdaptiveAvgPool2d

可以快速上手的开发文档

#AdaptiveAvgPool2d

pytorch torch.nn.AdaptiveAvgPool2d()自适应平均池化函数详解

如题:只需要给定输出特征图的大小就好,其中通道数前后不发生变化。具体如下:AdaptiveA..