Skip to content

Commit c33a001

Browse files
authored
Fix typo
1 parent b28945f commit c33a001

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)