Since we're revamping our docs, we might want to point out that our ResNet implementation slightly differs from the original one: https://github.com/pytorch/vision/blob/970ba3555794d163daca0ab95240d21e3035c304/torchvision/models/resnet.py#L107:L111 We have this as a comment in the code but it's worth documenting in the docs as well as `.. note::` IMHO