wav2letter
wav2letter copied to clipboard
Facebook AI Research's Automatic Speech Recognition Toolkit
### Question https://github.com/flashlight/wav2letter/tree/main/recipes/sota/2019#non-overlap-lm-corpus-librispeech-official-lm-corpus-excluded-the-data-from-librivox The above link doesn't release normalized corpus. Is it possible for you to release one?
Hi, I am trying to train flashlight ASR for my native language. Before training on full dataset I was trying to set up everything on a very small dataset in...
**IMPORTANT: Please do not create a Pull Request without creating an issue first.** Changes *must* be discussed. **Original Issue**: [corresponding issue on Github] *Note:* You can add `closes #[issue number]`...
### Question Repetitive output in ASR Inference Tutorial : [](https://user-images.githubusercontent.com/77749848/163697343-721610c4-5da3-42f3-8c26-cdab592c2ee9.png)I get repetitive outputs in ASR Inference tutorial. I assume these are the n best hypothesis. Is there a way to...
### Bug Description I am trying to run inference on a 30 min audio file using Beam search but it fail immediately with the following error: `terminate called after throwing...
ERROR: Command errored out with exit status 1: command: /home/bcode/.local/share/virtualenvs/wav2vac-D4F79Hly/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/bcode/wav2vac/self-supervised-speech-recognition/libs/wav2letter/bindings/python/setup.py'"'"'; __file__='"'"'/home/bcode/wav2vac/self-supervised-speech-recognition/libs/wav2letter/bindings/python/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps cwd: /home/bcode/wav2vac/self-supervised-speech-recognition/libs/wav2letter/bindings/python/ Complete output...
Dear @tlikhomanenko i was hoping if you could share the data prep codes for training the rasr model? Also in the arvix paper you mentioned about joint+ Noise model which...
### Question I have tried the installation instructions [here](https://github.com/flashlight/wav2letter/wiki/Building-Python-bindingsl) , with USE_CUDA=0. However, It still gives the following error: `running install running bdist_egg running egg_info writing wav2letter.egg-info/PKG-INFO writing dependency_links to...
### Bug Description Is it still possible to install wav2letter (not wav2letter++) in 2021? A lot of links in the wiki are broken and I've been having problems with installation....
### Question I am trying to execute the following command to transcribe a .wav file using one of the pretrained models for Flashlight ASR: `/home/jonah/vcpkg/installed/x64-linux/tools/flashlight-cuda/fl_asr_test --am="/media/jonah/Linux Data/Flashlight-speech-recognition/am.bin" --lexicon="/media/jonah/Linux Data/Flashlight-speech-recognition/train_lexicon.txt" –datadir="/media/jonah/Linux...