зеркало из https://github.com/mozilla/kaldi.git
Redundant command line options removed from online decoders
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@1268 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Родитель
064cf91ca5
Коммит
a9e01e6c76
|
@ -59,8 +59,6 @@ int main(int argc, char *argv[]) {
|
|||
int32 cmn_window = 600;
|
||||
int32 right_context = 4, left_context = 4;
|
||||
|
||||
kaldi::DeltaFeaturesOptions delta_opts;
|
||||
delta_opts.Register(&po);
|
||||
OnlineFasterDecoderOpts decoder_opts;
|
||||
decoder_opts.Register(&po, true);
|
||||
po.Register("left-context", &left_context, "Number of frames of left context");
|
||||
|
|
|
@ -78,8 +78,6 @@ int main(int argc, char *argv[]) {
|
|||
int32 cmn_window = 600;
|
||||
int32 right_context = 4, left_context = 4;
|
||||
|
||||
kaldi::DeltaFeaturesOptions delta_opts;
|
||||
delta_opts.Register(&po);
|
||||
OnlineFasterDecoderOpts decoder_opts;
|
||||
decoder_opts.Register(&po, true);
|
||||
po.Register("left-context", &left_context, "Number of frames of left context");
|
||||
|
|
Загрузка…
Ссылка в новой задаче