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
de319a78
"git@developer.sourcefind.cn:OpenDAS/fastmoe.git" did not exist on "46c3722d3df3790784b2438954f4f7be07839eab"
Commit
de319a78
authored
Jan 13, 2021
by
Abdullah Rashwan
Committed by
A. Unique TensorFlower
Jan 13, 2021
Browse files
Internal change
PiperOrigin-RevId: 351655727
parent
fff890ec
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_lib.py
official/vision/beta/serving/export_saved_model_lib.py
+1
-1
No files found.
official/vision/beta/serving/export_saved_model_lib.py
View file @
de319a78
...
@@ -86,7 +86,7 @@ def export_inference_graph(input_type, batch_size, input_image_size, params,
...
@@ -86,7 +86,7 @@ def export_inference_graph(input_type, batch_size, input_image_size, params,
if
input_type
==
'image_tensor'
:
if
input_type
==
'image_tensor'
:
input_signature
=
tf
.
TensorSpec
(
input_signature
=
tf
.
TensorSpec
(
shape
=
[
batch_size
,
input_image_size
[
0
],
input_image_size
[
1
]
,
3
],
shape
=
[
batch_size
,
None
,
None
,
3
],
dtype
=
tf
.
uint8
)
dtype
=
tf
.
uint8
)
signatures
=
{
signatures
=
{
'serving_default'
:
'serving_default'
:
...
...
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