Skip to content

Commit 6b537aa

Browse files
committed
Test mobilenet-v3-large-1.0-224-tf
1 parent 974ecd2 commit 6b537aa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

tests/cpp/precommit/public_scope.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "DetectionModel"
99
},
1010
{
11-
"name": "e fficientnet-b0-pytorch",
11+
"name": "efficientnet-b0-pytorch",
1212
"type": "ClassificationModel"
1313
},
1414
{

tests/python/accuracy/public_scope.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
]
133133
},
134134
{
135-
"name": "se-resnext-50",
135+
"name": "mobilenet-v3-large-1.0-224-tf",
136136
"type": "ClassificationModel",
137137
"test_data": [
138138
{

tests/python/accuracy/test_accuracy.py

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def test_image_models(data, dump, result, model_data):
122122
if isinstance(outputs, ClassificationResult):
123123
assert 1 == len(test_data["reference"])
124124
output_str = str(outputs)
125+
print(name, test_data["reference"][0])
125126
assert test_data["reference"][0] == output_str
126127
image_result = [output_str]
127128
elif isinstance(outputs, DetectionResult):

0 commit comments

Comments
 (0)