Any plan for Symmetric padding?

The paper [2010.02178] Mind the Pad – CNNs can Develop Blind Spots (arxiv.org) clarified that Symmetric padding is helpful to tasks that require high precision at the periphery. But there is no implementation of this padding algorithm in PyTorch now (In fact, there is a implementation of it - Symmetric Padding - PyTorch Forums, but I think an official implementation can make PyTorch better.). So is there any plan for Symmetric padding?

1 Like