Skip to content

Commit 5551f54

Browse files
authored
batch mismatch hotfix (#2112)
1 parent a5a16d8 commit 5551f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_hub/src/models/mobilenet/mobilenet_image_classifier_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_all_presets(self):
8989
cls=MobileNetImageClassifier,
9090
preset=preset,
9191
input_data=self.images,
92-
expected_output_shape=(1, 1000),
92+
expected_output_shape=(2, 1000),
9393
)
9494

9595
@pytest.mark.large

0 commit comments

Comments
 (0)