fix whl infer (#692)
parent
fec5b5147e
commit
9d74393eb1
|
@ -88,8 +88,8 @@ model_names = {
|
|||
'MobileNetV3_large_x0_75', 'MobileNetV3_small_x0_5', 'DenseNet169',
|
||||
'EfficientNetB5', 'DeiT_base_distilled_patch16_224',
|
||||
'DeiT_base_distilled_patch16_384', 'DeiT_base_patch16_224',
|
||||
'DeiT_base_patch16_384_infer', 'DeiT_small_distilled_patch16_224',
|
||||
'DeiT_small_patch16_224_infer', 'DeiT_tiny_distilled_patch16_224',
|
||||
'DeiT_base_patch16_384', 'DeiT_small_distilled_patch16_224',
|
||||
'DeiT_small_patch16_224', 'DeiT_tiny_distilled_patch16_224',
|
||||
'DeiT_tiny_patch16_224', 'ViT_base_patch16_224', 'ViT_base_patch16_384',
|
||||
'ViT_base_patch32_384', 'ViT_large_patch16_224', 'ViT_large_patch16_384',
|
||||
'ViT_large_patch32_384', 'ViT_small_patch16_224'
|
||||
|
|
Loading…
Reference in New Issue