Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added simple check for kaldi_lm script in fisher_swbd recipe. #1558

Merged
merged 4 commits into from
Apr 20, 2017

Conversation

vijayaditya
Copy link
Contributor

No description provided.

# check for kaldi_lm
which get_word_map.pl > /dev/null
if [ $? -ne 0 ]; then
echo "This recipe requires installation of tools/kaldi_lm. Please run install_kaldi_lm.sh in tools/" && exit 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's actually extras/install_kaldi_lm.sh

@vijayaditya
Copy link
Contributor Author

@danpovey corrected.

@danpovey danpovey merged commit 46f3285 into kaldi-asr:master Apr 20, 2017
kronos-cm added a commit to kronos-cm/kaldi that referenced this pull request Apr 28, 2017
* 'master' of https://github.com/kaldi-asr/kaldi: (21 commits)
  [egs] bug-fix in egs/ami/s5/run_ihm.sh (kaldi-asr#1577)
  [src] Minor bug-fixes in compute-wer-bootci and WSJ run.sh.  Thanks: @osadjadi
  [egs] Add soft link for mini-librispeech setup
  [egs] adding results and cleanup in mini-librispeech
  [egs] Add mini-librispeech example scripts [intended as a sanity-checker/tutorial setup] (kaldi-asr#1566)
  [src] Fix to testing code signal-test.cc, change threshold to resolve failure (kaldi-asr#1565)
  [src] Add documentation for dropout function.
  [src,scripts,egs]  Add dropout for nnet3 LSTMs, with recipes. (kaldi-asr#1537)
  [src] nnet3 online silence weighting - adding frame subsampling factor (kaldi-asr#1559)
  [doc] Small edit to hmm.dox, clarifying something
  [egs] Added check for kaldi_lm being installed in fisher_swbd recipe. (kaldi-asr#1558)
  Update travis.yml so PRs to kaldi_52 are built
  [srcipts] steps/nnet3/report/generate_plots.py: plot 5,50,95th percentile of value and derivative instead of mean+-stddev (kaldi-asr#1472)
  [egs] AMI TDNN Results Update (kaldi-asr#1545)
  [src] add template instantiations for ConvertStringToReal, address issue kaldi-asr#1544
  [egs,scripts,src] SID and LID tools and scripts: cosmetic improvements, better error-handling, and various minor fixes; results unchanged. (kaldi-asr#1543)
  [src] Change ConvertStringToReal to be locale-independent (i.e. always-US).  Fixes android issue. (kaldi-asr#1513)
  [scripts] nnet3 : fix issue where LDA estimation failed for LSTMs with label delay (kaldi-asr#1540)
  [scripts] fix to get_egs_targets.sh (thanks: David Pye)
  [src] Fix copy-feats for using the --write-num-frames and --compress true flags at the same time (kaldi-asr#1541)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants