question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: stop at stage1 Feature generation

See original GitHub issue

Hi, I’m total a newbie of ASR. Thank you for sharing such great toolkit sincerely. But there comes a problem when i strictly follow the instructions step by step. In command source venv/bin/activate && python check_install.py , everything goes well. But when i try examples with $ ./run.sh --backend chainer, here comes error stage -1: Data Download local/download_and_untar.sh: an4 directory already exists in ./downloads

stage 0: Data preparation

stage 1: Feature Generation steps/make_fbank_pitch.sh --cmd run.pl --mem 2G --nj 8 --write_utt2num_frames true data/test exp/make_fbank/test fbank utils/validate_data_dir.sh: Successfully validated data-directory data/test steps/make_fbank_pitch.sh: [info]: no segments file exists: assuming wav.scp indexed by utterance. run.pl: 8 / 8 failed, log is in exp/make_fbank/test/make_fbank_pitch_test.*.log Do you know why? thank you

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
gtachecommented, Dec 18, 2018

It’s not good if it only contains .cc files, it means that they haven’t been compiled. My ls output looks like this
2018-12-18_12h34_14 To install kaldi, go to :

  • kaldi/tools/extras, run ./check_dependencies.sh and check that everything is okay
  • kaldi/tools, run make OPENFST_VERSION=1.6.9 -j 8
  • kaldi/src, run ./configure --shared && make depend && make -j 8
  • kaldi/tools, run ./install_srilm.sh (optional)

Then it should work!

2reactions
strugglingrivercommented, Dec 18, 2018

i got it,i didnt compile cc file to executable file. Thank you for the generous help. it works now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

5 Ways to Fix Scanning and Repairing Drive Stuck ... - MiniTool
Windows 10 scanning and repairing drive stuck result in unbootable computer. This post will show you 5 ways to fix this issue.
Read more >
General error during class generation: Method code too large ...
Our production deployment is stuck due to this pipeline size restriction. Pipeline scripts fails in case it contains more than 78 build job ......
Read more >
VBA On Error - Error Handling Best Practices - Automate Excel
The ISERROR Function tests an expression for errors, returning TRUE or FALSE if an error occurs. Sub IsErrorEx() MsgBox IsError(Range("a7").
Read more >
Bug listing with status RESOLVED with resolution TEST ...
Bug :233 - "Emacs segfaults when merged through the sandbox. ... zoom to selection, exit fullscreen" status:RESOLVED resolution:TEST-REQUEST severity:normal ...
Read more >
CUDA Compiler Driver NVCC - NVIDIA Documentation Center
This option adds phony targets to the dependency generation step (see --generate-dependencies ) intended to avoid makefile errors if old dependencies are ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found