The Wayback Machine - http://web.archive.org/web/20200611144247/https://github.com/topics/asr
Skip to content
#

asr

Here are 261 public repositories matching this topic...

pytorch-kaldi

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.

  • Updated Jun 11, 2020
  • Python
rpdrewes
rpdrewes commented Apr 16, 2020

The README.md file says to run the following command:

find /media/kaldi_models/ -type f | xargs sed -i 's:test:/opt:g'

The intent seems to be to change paths in ivector_extractor.conf and online_nnet2_decoding.conf from test/models/... to /opt/models/... where they will work with the docker image. However, that command also changes all instances of "test" in the wordlist words.txt! So for

m-d-hasan
m-d-hasan commented Jul 5, 2019

Can you check the script "data/aishell.py" ?
I got this error"

Traceback (most recent call last):
  File "data/aishell.py", line 188, in <module>
    tr_file_list = traverse(root, "transcript/train", search_fix="")
  File "data/aishell.py", line 19, in traverse
    for s_p in sorted(os.listdir(p)):
FileNotFoundError: [Errno 2] No such file or directory: 'Aishell_dataset/transc

Improve this page

Add a description, image, and links to the asr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asr topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.