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
aa9659a1
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "aee0ef52f52c279c0195427721bcf6b232dc1b1a"
Commit
aa9659a1
authored
Sep 29, 2021
by
Fan Yang
Committed by
A. Unique TensorFlower
Sep 29, 2021
Browse files
Internal change
PiperOrigin-RevId: 399755001
parent
cdde37b8
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 @
aa9659a1
...
@@ -68,7 +68,7 @@ flags.DEFINE_integer(
...
@@ -68,7 +68,7 @@ flags.DEFINE_integer(
'batch_size'
,
None
,
'The batch size.'
)
'batch_size'
,
None
,
'The batch size.'
)
flags
.
DEFINE_string
(
flags
.
DEFINE_string
(
'input_type'
,
'image_tensor'
,
'input_type'
,
'image_tensor'
,
'One of `image_tensor`, `image_bytes`, `tf_example`.'
)
'One of `image_tensor`, `image_bytes`, `tf_example`
and `tflite`
.'
)
flags
.
DEFINE_string
(
flags
.
DEFINE_string
(
'input_image_size'
,
'224,224'
,
'input_image_size'
,
'224,224'
,
'The comma-separated string of two integers representing the height,width '
'The comma-separated string of two integers representing the height,width '
...
...
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