PedroEstevesPT / kaldi_toy_example

Toy example to illustrate how to use kaldi recipes.
12 stars 6 forks source link

Improve README readability and fix KaldiFatalError (...) Could not read any features (empty archive?) #2

Open jvcanavarro opened 3 years ago

jvcanavarro commented 3 years ago

This error occurs when the user runs format_wavscp.py twice, which leads to wrong paths on both train/wav.scp and test/wav.scp files. The script now checks if there's already a .wav path in the file before formatting.