FrancescoSaverioZuppichini / ResNet

Clean, scalable and easy to use ResNet implementation in Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto padding for Conv2d layer

anirudh-g opened this issue · comments

Hi. Can you please explain why auto padding is required for Conv2d ?
Also, I see that the implementation is from 2020. Does PyTorch still does not have an inbuilt auto padding layer?