georgepar / kaldi-grpc-server

Deploy Kaldi models using grpc for bidirectional streaming.
Apache License 2.0
17 stars 6 forks source link

added default beam value to makefile #16

Open manosplitsis opened 1 year ago

manosplitsis commented 1 year ago

When using the Makefile make run-server command to run the server without setting a beam size with "beam=$(beam)", the server crashed. Added a default beam value in the Makefile. Not sure about what the value should be (i think when unspecified it defaults to 13).

georgepar commented 1 year ago

Better make it 13 as a sane default