-
I am receiving the following error that stops from make completing
pi@raspberrypi:~/voice2json $ make
/bin/mkdir -p "/home/pi/voice2json/download"
/bin/mkdir -p "/home/pi/voice2json/build"
curl …
-
### I just read the recent paper on wav2vec 2.0, it looks very interesting. Thanks for this contribution. Could someone please let me know when the codes would be released?
-
Hey, thanks for great work and sharing it.
I want to ask about https://github.com/RashadGarayev/TRSpeech-to-text#pre-trained-turkish-model.
- Which corpus did you use?
- As I see, it is 2-gram …
-
- **Have I written custom code (as opposed to running examples on an unmodified clone of the repository)**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Ubuntu 16.04
- **TensorF…
-
## ❓ Questions and Help
Hi, I'm trying to follow [this tutorial](https://github.com/pytorch/fairseq/tree/master/examples/wav2vec#user-content-fine-tune-a-pre-trained-model-with-ctc) for **Fine-Tunnin…
-
Hi, I have 2 questions regarding using KenLM.
1. In default setting of deepspeech.pytorch with beam search decoder, Is KenLM used? If it is, how is KenLM trained? Which (language model) dataset is…
-
I've been trying to make use of the following link: https://github.com/NVIDIA/OpenSeq2Seq/tree/master/external_lm_rescore for creating a ctc decoder which makes use of language model, but I don't unde…
-
1. I modified `simple_streaming_asr_example` to use very simple Greedy CTC decoding instead of a language model (as I don't have a language model that works with my acoustic model).
2. I tested this …
-
Hi.
I am trying to train using librispeech recipe on my own small data set.
I am using the following config:
> --runname=ted_test
--rundir=/data/
--datadir=/data/data/input/
--archdir=/dat…
-
Hi,
I ran the 2019 SOTA model on two segments of same audio file (one 22 secs long and another 5mins) using `Decode` binary. The model seems to be hanging on the longer model (I have waited for mor…