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
17f2f812
Commit
17f2f812
authored
Oct 08, 2020
by
Abdullah Rashwan
Committed by
A. Unique TensorFlower
Oct 08, 2020
Browse files
Internal change
PiperOrigin-RevId: 336229644
parent
dc2ae42c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/serving/export_saved_model.py
official/vision/beta/serving/export_saved_model.py
+1
-1
No files found.
official/vision/beta/serving/export_saved_model.py
View file @
17f2f812
...
@@ -32,7 +32,7 @@ export_dir_path = XX
...
@@ -32,7 +32,7 @@ export_dir_path = XX
input_type = XX
input_type = XX
input_images = XX
input_images = XX
imported = tf.saved_model.load(export_dir_path)
imported = tf.saved_model.load(export_dir_path)
model_fn = .signatures['serving_default']
model_fn =
imported
.signatures['serving_default']
output = model_fn(input_images)
output = model_fn(input_images)
"""
"""
...
...
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