Merge pull request #1635 from SmileGoat/refactor_decoder

[speechx]fix the crush of example/decoder/run.sh
r0.2
Hui Zhang 3 years ago committed by GitHub
commit eb7b4150bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,6 @@ int main(int argc, char* argv[]) {
// frontend + nnet is decodable
ppspeech::ModelOptions model_opts;
model_opts.cache_shape = "5-1-1024,5-1-1024";
model_opts.model_path = model_graph;
model_opts.params_path = model_params;
std::shared_ptr<ppspeech::PaddleNnet> nnet(

Loading…
Cancel
Save