-
I am using this script from [docs/source/examples/Library.ipynb](https://github.com/OpenNMT/OpenNMT-py/blob/7a93327bcc6465a631c91fbd0356420a0fc33c05/docs/source/examples/Library.ipynb) as I am trying …
-
### Question
I want to do decoding on models present in '.../sota/2019' but i am getting stuck in first step of data preparation as I am getting the errors below.
root@d8096c5ba82c:~# python3 /…
-
Rather than just reporting the best trial number and its objective function score at the end of each trial, allow a verbosity increase to print out more information, including and especially the param…
-
i was trying to use OUSMLoss from this repo : https://github.com/analokmaus/kaggle-panda-challenge-public/blob/master/models/noisy_loss.py
for a multi class (5 class) image classification problem…
-
I tried to run the code as below:
`import sentencepiece as spm`
`spm.set_random_generator_seed(1)`
`spm.SentencePieceTrainer.train('--input=botchan.txt --model_type=bpe --vocab_size=10000 --model_p…
-
Hi,
I trained an RNNT model using vivos recipe. I performed the decoding using beam search successfully now I'm trying to perform the decoding with greedy search I thought I could do that by setting …
-
I finetune the wav2vec small model (wav2vec_small.pt) with some data and then when I try to decode the finetuned checkpoint I get this error
```
INFO:__main__:| decoding with criterion ctc
INFO:__m…
-
Hi, I'm working on a Android application which integrated with `Speech-to-text` SDK :
`implementation 'com.microsoft.cognitiveservices.speech:client-sdk:1.15.0'`
So far I can get the `simple` spee…
-
Hello,
Is there any plan to support KenLM/SRILM for decoding in ESPnet? CTC supports KenLM when decoding
https://medium.com/corti-ai/ctc-networks-and-language-models-prefix-beam-search-explained-…
-
I am attempting to use the BPE-dropout feature from the either the command line or the python API. I show the python example because `spm_encode` doesn't support dropout-bpe at all based on `spm_encod…