kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
14.24k stars 5.32k forks source link

Minor issue in nnet2/train_tanh_fast.sh #2782

Closed Umar17 closed 5 years ago

Umar17 commented 6 years ago

On line 171 of steps/nnet2/train_tanh_fast.sh: [ ! -z "$online_ivector_dir" ] && extra_opts+=(--online-ivector-dir $online_ivector_dir) but _$online_ivectordir neither defined anywhere above nor got through arguments. Will it not be empty all the times? Secondly, if someone wants to use train_tanh_fast with ivector training, should them hard code the path of online_ivector_dir in the script?

danpovey commented 5 years ago

Sorry, this script is very old and deprecated, I don't think I am going to fix it.