Ben Chuanlong Du's Blog

It is never too late to learn.

Adaptive Pooling in PyTorch

Tips and Traps

  1. Adpative pooling an generate fixed-sized output, which enables a model to handle varying sized input. The models in torchvision are such examples.
In [ ]:

Comments