Skip to content

Commit

Permalink
batch mismatch hotfix (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgoogle authored Feb 25, 2025
1 parent a5a16d8 commit 5551f54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_all_presets(self):
cls=MobileNetImageClassifier,
preset=preset,
input_data=self.images,
expected_output_shape=(1, 1000),
expected_output_shape=(2, 1000),
)

@pytest.mark.large
Expand Down

0 comments on commit 5551f54

Please sign in to comment.