未验证 提交 eb7b4150 编写于 作者: H Hui Zhang 提交者: GitHub

Merge pull request #1635 from SmileGoat/refactor_decoder

[speechx]fix the crush of example/decoder/run.sh
...@@ -55,7 +55,6 @@ int main(int argc, char* argv[]) { ...@@ -55,7 +55,6 @@ int main(int argc, char* argv[]) {
// frontend + nnet is decodable // frontend + nnet is decodable
ppspeech::ModelOptions model_opts; ppspeech::ModelOptions model_opts;
model_opts.cache_shape = "5-1-1024,5-1-1024";
model_opts.model_path = model_graph; model_opts.model_path = model_graph;
model_opts.params_path = model_params; model_opts.params_path = model_params;
std::shared_ptr<ppspeech::PaddleNnet> nnet( std::shared_ptr<ppspeech::PaddleNnet> nnet(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册