Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
3512e9f8
"vscode:/vscode.git/clone" did not exist on "2b55b996406eebd6abcbdb0126048ca09fdd8813"
Commit
3512e9f8
authored
Aug 12, 2021
by
Dan Kondratyuk
Committed by
A. Unique TensorFlower
Aug 12, 2021
Browse files
Skip MoViNet TF Lite export test.
PiperOrigin-RevId: 390387877
parent
ae6c9d7a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
official/vision/beta/projects/movinet/export_saved_model_test.py
...l/vision/beta/projects/movinet/export_saved_model_test.py
+2
-0
No files found.
official/vision/beta/projects/movinet/export_saved_model_test.py
View file @
3512e9f8
...
@@ -99,6 +99,8 @@ class ExportSavedModelTest(tf.test.TestCase):
...
@@ -99,6 +99,8 @@ class ExportSavedModelTest(tf.test.TestCase):
self
.
assertAllClose
(
outputs
,
expected_outputs
,
1e-5
,
1e-5
)
self
.
assertAllClose
(
outputs
,
expected_outputs
,
1e-5
,
1e-5
)
def
test_movinet_export_a0_stream_with_tflite
(
self
):
def
test_movinet_export_a0_stream_with_tflite
(
self
):
self
.
skipTest
(
'b/195800800'
)
saved_model_path
=
self
.
get_temp_dir
()
saved_model_path
=
self
.
get_temp_dir
()
FLAGS
.
export_path
=
saved_model_path
FLAGS
.
export_path
=
saved_model_path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment