Skip to content

Commit bcd3109

Browse files
authored
[FIX] Fix typo for backbone list (#1900)
Fix typo for backbone list
1 parent 573fb5d commit bcd3109

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

otx/cli/builder/supported_backbone/omz.mmcls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"omz://vgg19"
5050
]
5151
},
52-
"available": ["Classification"]
52+
"available": ["CLASSIFICATION"]
5353
}
5454
}
5555
}

otx/cli/builder/supported_backbone/otx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
"options": {
77
"version": ["b0", "b1", "b2", "b3", "b4", "b5", "b6", "b7", "b8"]
88
},
9-
"available": ["Classification"]
9+
"available": ["CLASSIFICATION"]
1010
},
1111
"otx.OTXEfficientNetV2": {
1212
"required": ["version"],
1313
"options": {
1414
"version": ["s_21k", "s_1k", "m_21k", "b0"]
1515
},
16-
"available": ["Classification"]
16+
"available": ["CLASSIFICATION"]
1717
},
1818
"otx.OTXMobileNetV3": {
1919
"required": ["mode"],
2020
"options": {
2121
"mode": ["small", "large"]
2222
},
23-
"available": ["Classification"]
23+
"available": ["CLASSIFICATION"]
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)