"benchmark/vscode:/vscode.git/clone" did not exist on "3ccb3bb0b54a6ea51d7b8c3dbf8551f4247899e8"
Commit 6117a4e5 authored by Nils Lattek's avatar Nils Lattek
Browse files

Fixed dictionary key for SavedModel

parent a6df5573
...@@ -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,
}, },
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment