Skip to content

Commit 8556462

Browse files
pUmpKin-Corwightman
authored andcommitted
fix doc typo in resnetv2
1 parent a517b82 commit 8556462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/resnetv2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Pre-Activation ResNet v2 with GroupNorm and Weight Standardization.
22
3-
A PyTorch implementation of ResNetV2 adapted from the Google Big-Transfoer (BiT) source code
3+
A PyTorch implementation of ResNetV2 adapted from the Google Big-Transfer (BiT) source code
44
at https://github.com/google-research/big_transfer to match timm interfaces. The BiT weights have
55
been included here as pretrained models from their original .NPZ checkpoints.
66

0 commit comments

Comments
 (0)