gpleiss / efficient_densenet_pytorch

A memory-efficient implementation of DenseNets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New adaptive pooling layer.

CielAl opened this issue · comments

It appears that models in the torchvision are now using adaptive poolings: adaptive_avg_pool2d
to break the tie to the input size: vision/densenet.py

Perhaps that simplify the constructor a little bit and generalize the usage even more?

That sounds good. Would you be willing to put up a PR?