### 🐛 Describe the bug ### location: https://github.com/pytorch/vision/blob/112accf95631660d55fc3761e8133f1c4bc6ae89/torchvision/transforms/transforms.py#L631 ### fix: `if h + 1 < th or w + 1 < tw:` ==>`if h < th or w < tw:` cc @vfdev-5 @datumbox