|
|
|
@ -41,7 +41,9 @@ DEFINE_string(
|
|
|
|
|
DEFINE_string(model_output_names,
|
|
|
|
|
"softmax_0.tmp_0,tmp_5,concat_0.tmp_0,concat_1.tmp_0",
|
|
|
|
|
"model output names");
|
|
|
|
|
DEFINE_string(model_cache_names, "chunk_state_h_box,chunk_state_c_box", "model cache names");
|
|
|
|
|
DEFINE_string(model_cache_names,
|
|
|
|
|
"chunk_state_h_box,chunk_state_c_box",
|
|
|
|
|
"model cache names");
|
|
|
|
|
DEFINE_string(model_cache_shapes, "5-1-1024,5-1-1024", "model cache shapes");
|
|
|
|
|
|
|
|
|
|
using kaldi::BaseFloat;
|
|
|
|
|