Skip to content

Commit

Permalink
ViTSmall16_Weights: fix typo (#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored and isaaccorley committed Mar 2, 2024
1 parent b285531 commit 342f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/models/vit.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@


class ViTSmall16_Weights(WeightsEnum): # type: ignore[misc]
"""Vision Transformer Samll Patch Size 16 weights.
"""Vision Transformer Small Patch Size 16 weights.
For `timm <https://github.com/rwightman/pytorch-image-models>`_
*vit_small_patch16_224* implementation.
Expand Down

0 comments on commit 342f662

Please sign in to comment.