fix doc typo in resnetv2

This commit is contained in:
pUmpKin-Co 2023-09-24 21:36:29 +08:00 committed by Ross Wightman
parent a517b82ccc
commit 8556462a18

View File

@ -1,6 +1,6 @@
"""Pre-Activation ResNet v2 with GroupNorm and Weight Standardization. """Pre-Activation ResNet v2 with GroupNorm and Weight Standardization.
A PyTorch implementation of ResNetV2 adapted from the Google Big-Transfoer (BiT) source code A PyTorch implementation of ResNetV2 adapted from the Google Big-Transfer (BiT) source code
at https://github.com/google-research/big_transfer to match timm interfaces. The BiT weights have at https://github.com/google-research/big_transfer to match timm interfaces. The BiT weights have
been included here as pretrained models from their original .NPZ checkpoints. been included here as pretrained models from their original .NPZ checkpoints.