https://discuss.pytorch.org/t/what-we-should-use-align-corners-false/22663 What we should use align_corners = False I am very confused with this parameter in pytroch document. According to wiki https://en.wikipedia.org/wiki/Bilinear_interpolation, the bilinear interpolation formula result is consistent with align_corners =True. which is defatult before pytorch 0.4.0. I discuss.pytorch.org align_..