Skip to content

Commit c82672b

Browse files
No description
PiperOrigin-RevId: 797684358
1 parent 43350f7 commit c82672b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_examples/lite/model_maker/core/data_util/image_searcher_dataloader_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def setUp(self):
3131
self.image_dir2 = test_util.get_test_data_path("animals")
3232

3333
@parameterized.parameters(
34-
(False, 1.37590),
34+
(False, 1.335398),
3535
(True, 0.0494329),
3636
)
3737
def test_from_folder(self, l2_normalize, expected_value):

0 commit comments

Comments
 (0)