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.

queue.pl: 1 / 32 failed, log is in dump/raw/org/train_si284/logs/format_wav_scp.*.log

See original GitHub issue

When I ran wsj on egs2, I got this problem in Stage 3 2022-01-27T15:31:10 (asr.sh:459:main) Skip stage 2: Speed perturbation 2022-01-27T15:31:10 (asr.sh:469:main) Stage 3: Format wav.scp: data/ -> dump/raw utils/copy_data_dir.sh: copied data from data/train_si284 to dump/raw/org/train_si284 utils/validate_data_dir.sh: Successfully validated data-directory dump/raw/org/train_si284 2022-01-27T15:31:11 (format_wav_scp.sh:42:main) scripts/audio/format_wav_scp.sh --nj 32 --cmd queue.pl --audio-format flac --fs 16k data/train_si284/wav.scp dump/raw/org/train_si284 2022-01-27T15:31:12 (format_wav_scp.sh:110:main) [info]: without segments queue.pl: 1 / 32 failed, log is in dump/raw/org/train_si284/logs/format_wav_scp.*.log

in dump/raw/org/train_si284/logs/:

  1. format_wav_scp.1.log*
  2. format_wav_scp.10.log*
  3. format_wav_scp.11.log*
  4. format_wav_scp.12.log*
  5. format_wav_scp.13.log*
  6. format_wav_scp.14.log*
  7. format_wav_scp.15.log*
  8. format_wav_scp.16.log*
  9. format_wav_scp.17.log*
  10. format_wav_scp.18.log*
  11. format_wav_scp.19.log*
  12. format_wav_scp.2.log*
  13. format_wav_scp.20.log*
  14. format_wav_scp.21.log*
  15. format_wav_scp.22.log*
  16. format_wav_scp.23.log*
  17. format_wav_scp.24.log*
  18. format_wav_scp.25.log*
  19. format_wav_scp.26.log*
  20. format_wav_scp.27.log*
  21. format_wav_scp.28.log*
  22. format_wav_scp.29.log*
  23. format_wav_scp.3.log*
  24. format_wav_scp.30.log*
  25. format_wav_scp.31.log*
  26. format_wav_scp.32.log*
  27. format_wav_scp.4.log*
  28. format_wav_scp.5.log*
  29. format_wav_scp.6.log*
  30. format_wav_scp.7.log*
  31. format_wav_scp.8.log*
  32. format_wav_scp.9.log*

Then enter format_wav_scp.1.log*, Can only see 2022-01-27 15:31:37,739 (format_wav_scp:43) INFO: /share/nas165/jamieyang/espnet/tools/venv/bin/python3 pyscripts/audio/format_wav_scp.py --fs 16k --audio-format flac dump/raw/org/train_si284/logs/wav.1.sc p dump/raw/org/train_si284/data/format.1

Anyone can tell why it fail? Thanks

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
kamo-naoyukicommented, Jan 27, 2022

You need to find which job was failed. e.g. grep -i error dump/raw/org/train_si284/logs/format_wav_scp.*.log

0reactions
1chimaruGincommented, Jun 20, 2022

@kamo-naoyuki

Yes, it solved.

Read more comments on GitHub >

github_iconTop Results From Across the Web

queue.pl: Error submitting jobs to queue; training rm example
Hi, I was trying to train the rm example from kaldi/egs/rm/s5/run.sh on a gpu, after near 1 hours, of running, it stopped the...
Read more >
Parallelization in Kaldi
For compatibility, scripts other than queue.pl will ignore such options. New-style options like –mem 10G (see below). <log-file> is just a filename, ...
Read more >
Kaldi: Output of qsub was: qsub: illegal -c value "" when trying ...
It crashes with the error message Output of qsub was: qsub: illegal -c value "" . What could be the issue? Specifically, here...
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