We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4506330 commit c9e6bc6Copy full SHA for c9e6bc6
README.md
@@ -40,7 +40,7 @@ import kimm
40
print(kimm.list_models())
41
42
# Specify the name and other arguments to filter the result
43
-print(kimm.list_models("efficientnet", weights="imagenet")) # fuzzy search
+print(kimm.list_models("vision_transformer", weights="imagenet")) # fuzzy search
44
45
# Initialize the model with pretrained weights
46
model = kimm.models.VisionTransformerTiny16()
0 commit comments