Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 683791927
  • Loading branch information
joezoug authored and copybara-github committed Oct 8, 2024
1 parent 35e57e9 commit a6637e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ def test_create_and_train_model(
'metadata.json')
output_tflite_file = os.path.join(options.hparams.export_dir,
'model.tflite')
expected_metadata_file = test_utils.get_test_data_path('metadata.json')
expected_metadata_file = test_utils.get_test_data_path(
'image_classifier_metadata.json'
)

self.assertTrue(os.path.exists(output_tflite_file))
self.assertGreater(os.path.getsize(output_tflite_file), 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ package(

filegroup(
name = "testdata",
srcs = ["metadata.json"],
srcs = ["image_classifier_metadata.json"],
)

0 comments on commit a6637e4

Please sign in to comment.