-
### Question
I want to train conformer model from scratch but after tweaking some hyperparameters (to make the model smaller) i.e. reducing the convolutional layers etc.
In the ASR finetuning tuto…
-
in \knausj_talon\misc\desktops.talon
on Windows 10:
'desk two' does not work. Command registers, nothing happens. no errors appear in log
```
main | engine.phrase desk two
talon_plugins.subt…
-
## ❓ Questions and Help
After pre-training and fine-tuning wav2vec2.0, we use the evaluation CTC model, and the error message shows "ModuleNotFoundError: No module named 'examples.speech_recognitio…
-
Hi there,
I am trying to do Beam Search Decoding with a pre-trained German acoustic model (trained with wav2letter) and a pre-trained German N-gram language model (order 6). Models are from [Zamia…
-
### Question
Are there any other wav2letter models published besides the one in AWS S3?
http://dl.fbaipublicfiles.com/wav2letter/inference/examples/model
Thanks
-
I came across this issue while attempting to convert Meta's Wav2Letter model to .onnx format. From some preliminary investigation, it seems that in cases where a model has the ExpandDims operator in t…
-
Hi, It works really well for the recorded audios. Could you tell how can I test it on a given .wav file ?
-
Steps I followed:
1) sudo docker run --rm -itd --ipc=host --name w2l wav2letter/wav2letter:cpu-latest
2) sudo docker exec -it w2l bash
3) export LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries…
-
Hi, I'm using the fork command on am_resnet_ctc_librispeech_dev_other.bin to adapt the model to my own dataset, and i got the following errors which says `Loss has NaN values.`
```
I0723 11:44:53.26…
-
Below is my coding
https://github.com/epona7471/YoonKang.github.io/blob/main/install.ipynb
(followed by guide line at https://github.com/mailong25/self-supervised-speech-recognition/blob/master/De…