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
6117a4e5
"benchmark/vscode:/vscode.git/clone" did not exist on "3ccb3bb0b54a6ea51d7b8c3dbf8551f4247899e8"
Commit
6117a4e5
authored
Jun 29, 2017
by
Nils Lattek
Browse files
Fixed dictionary key for SavedModel
parent
a6df5573
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
object_detection/exporter.py
object_detection/exporter.py
+1
-1
No files found.
object_detection/exporter.py
View file @
6117a4e5
...
@@ -287,7 +287,7 @@ def _write_saved_model(inference_graph_path, inputs, outputs,
...
@@ -287,7 +287,7 @@ def _write_saved_model(inference_graph_path, inputs, outputs,
builder
.
add_meta_graph_and_variables
(
builder
.
add_meta_graph_and_variables
(
sess
,
[
tf
.
saved_model
.
tag_constants
.
SERVING
],
sess
,
[
tf
.
saved_model
.
tag_constants
.
SERVING
],
signature_def_map
=
{
signature_def_map
=
{
'
signature_constants.DEFAULT_SERVING_SIGNATURE_DEF_KEY
'
:
signature_constants
.
DEFAULT_SERVING_SIGNATURE_DEF_KEY
:
detection_signature
,
detection_signature
,
},
},
)
)
...
...
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