Skip to content

Commit e7b4ab6

Browse files
authored
Merge pull request #2214 from Sejik/main
Fix typo
2 parents b28945f + c33a001 commit e7b4ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/vision_transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def __init__(
460460
img_size: Input image size.
461461
patch_size: Patch size.
462462
in_chans: Number of image input channels.
463-
num_classes: Mumber of classes for classification head.
463+
num_classes: Number of classes for classification head.
464464
global_pool: Type of global pooling for final sequence (default: 'token').
465465
embed_dim: Transformer embedding dimension.
466466
depth: Depth of transformer.

0 commit comments

Comments
 (0)