Skip to content

Commit eb9d0a4

Browse files
fix: unify model names
1 parent 81de21f commit eb9d0a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run_batch_of_slides.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def parse_arguments():
6060
parser.add_argument('--patch_encoder', type=str, default='conch_v15',
6161
choices=['conch_v1', 'uni_v1', 'uni_v2', 'ctranspath', 'phikon',
6262
'resnet50', 'gigapath', 'virchow', 'virchow2',
63-
'hoptimus0', 'phikon_v2', 'conch_v15', 'musk', 'hibou_vitl',
63+
'hoptimus0', 'phikon_v2', 'conch_v15', 'musk', 'hibou_l',
6464
'kaiko-vits8', 'kaiko-vits16', 'kaiko-vitb8', 'kaiko-vitb16',
6565
'kaiko-vitl14', 'lunit-vits8'],
6666
help='Patch encoder to use')

run_single_slide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def parse_arguments():
2525
parser.add_argument('--patch_encoder', type=str, default='conch_v15',
2626
choices=['conch_v1', 'uni_v1', 'uni_v2', 'ctranspath', 'phikon',
2727
'resnet50', 'gigapath', 'virchow', 'virchow2',
28-
'hoptimus0', 'phikon_v2', 'conch_v15', 'musk', 'hibou_vitl',
28+
'hoptimus0', 'phikon_v2', 'conch_v15', 'musk', 'hibou_l',
2929
'kaiko-vits8', 'kaiko-vits16', 'kaiko-vitb8', 'kaiko-vitb16',
3030
'kaiko-vitl14', 'lunit-vits8'],
3131
help='Patch encoder to use')

0 commit comments

Comments
 (0)