We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a517b82 commit 8556462Copy full SHA for 8556462
timm/models/resnetv2.py
@@ -1,6 +1,6 @@
1
"""Pre-Activation ResNet v2 with GroupNorm and Weight Standardization.
2
3
-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
4
at https://github.com/google-research/big_transfer to match timm interfaces. The BiT weights have
5
been included here as pretrained models from their original .NPZ checkpoints.
6
0 commit comments