Skip to content

Commit

Permalink
default output node fix to Reshape_7
Browse files Browse the repository at this point in the history
  • Loading branch information
koth committed Aug 6, 2017
1 parent 6591103 commit 94404b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kcws/cc/tf_seg_model.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

DEFINE_string(TRANSITION_NODE_NAME, "transitions",
"the transitions node in graph model");
DEFINE_string(SCORES_NODE_NAME, "idcnn/final_out",
DEFINE_string(SCORES_NODE_NAME, "Reshape_7",
"the final emission node in graph model");
DEFINE_string(INPUT_NODE_NAME, "input_placeholder",
"the input placeholder node in graph model");
Expand Down

0 comments on commit 94404b5

Please sign in to comment.