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
1b7eb90f
Commit
1b7eb90f
authored
Jun 29, 2017
by
derekjchow
Committed by
GitHub
Jun 29, 2017
Browse files
Merge pull request #1810 from NilsLattek/master
Fixed dictionary key for SavedModel
parents
a6df5573
6117a4e5
Changes
1
Hide 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 @
1b7eb90f
...
@@ -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