kaldi-asr / kaldi

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

speaker-id: In SRE10 examples, use run.pl for all binaries and use "|| exit 1" for errors #504

Closed david-ryan-snyder closed 8 years ago

david-ryan-snyder commented 8 years ago

The current way of doing things is hiding informative error messages.

From Dan on the forums:


"  ivector-compute-plda ark:$plda_data_dir/spk2utt \

    "ark:ivector-normalize-length scp:${plda_ivec_dir}/ivector.scp  ark:- |" \

      $plda_ivec_dir/plda 2>$plda_ivec_dir/log/plda.log

David, if you used run.pl here and did it '|| exit 1', instead of just redirecting the stderr, we'd get more informative error messages."

danpovey commented 8 years ago

@david-ryan-snyder, don't forget this..

david-ryan-snyder commented 8 years ago

@danpovey we should be able to close this issue now