-
https://github.com/facebookresearch/wav2letter/tree/master/recipes/mls
-
### Question
My lab is having a VM set up on a remote machine to decode audio files. From reading the documentation, it seems like a GPU is only required if using the CUDA backend. However, one of th…
-
Hi! Thank you so much for setting up this docker, I've been looking for so long for some sort of simple way to test this model, just put input audio in and get text back and it's ridiculous how comple…
-
I called wav2letter decoder object to perform speech recognition from a function and it works fine. When i call this same function from a Flask API, the wav2letter decoder doesnot respond. I am having…
-
operating Sys: Ubuntu 18.04.2 LTS
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 418.152.00 Driver Version: 418.152.00 CUDA Version: 10.1 |
|-…
-
Hi, I have a problem on running train.py.
Here is traceback.
> Traceback (most recent call last):
File "train.py", line 528, in
wer_results=wer_results, cer_results=cer_results),
File …
-
### Question
Hello I code like below, and it throws an error message.
code - from wav2letter.decoder import CriterionType
error - ModuleNotFoundError: No module named 'wav2letter'
I am using w…
-
### Question
Hello,
I have just updated my wav2letter docker and I found that my simple decoder based on libri-clean training does not work.
Following is the error message:
Invalid dictionary …
-
Hello!
Thank you for cool framework!
I want to train my own acoustic model with custom dataset.
In documentation (https://puzzlelib.org/tutorials/Wav2Letter/) there is some code to train ASR ac…
-
### Question
To provide examples of inference with MLS pretrained tokens&lexicon and acoustic and language models showing
- Which docker image shall be used
- How to pass the models and lexicon to th…