Skip to content

Commit c9e6bc6

Browse files
committed
Nits
1 parent 4506330 commit c9e6bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import kimm
4040
print(kimm.list_models())
4141

4242
# Specify the name and other arguments to filter the result
43-
print(kimm.list_models("efficientnet", weights="imagenet")) # fuzzy search
43+
print(kimm.list_models("vision_transformer", weights="imagenet")) # fuzzy search
4444

4545
# Initialize the model with pretrained weights
4646
model = kimm.models.VisionTransformerTiny16()

0 commit comments

Comments
 (0)