jiecaoyu/pytorch_imagenet

AvgPool3d --> padding?

eli5168 opened this issue · 2 comments

It seems Pytorch do not support padding in AvgPool3d.

Hi, I once had the same problem. You need to upgrade the PyTorch. The padding is supported in the newest version (link).

Thanks