Skip to content

Commit e08d1c7

Browse files
committed
chore: Add efficientnet b0 and VIT to testsuite
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent e4e4f8c commit e08d1c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/modules/hub.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,13 @@
6666
"model": models.detection.fasterrcnn_resnet50_fpn(pretrained=True),
6767
"path": "script"
6868
},
69-
"vit": {
69+
"efficientnet_b0": {
7070
"model": timm.create_model('efficientnet_b0', pretrained=True),
7171
"path": "script"
72+
},
73+
"vit": {
74+
"model": timm.create_model('vit_base_patch16_224', pretrained=True),
75+
"path": "script"
7276
}
7377
}
7478

0 commit comments

Comments
 (0)