-
-
Hi,
I downloaded the software from http://rnnlm.org/, so I am not sure if this is a good place to ask questions/report issues. I apologize if it is not.
I am trainig the sample model, and then I am …
ghost updated
9 years ago
-
I tried online decoding using the file `online_decode.cu` and modified a bit to get nbest from the lattice. But I get errors. The assertion is in `fsa_utils.cu` line [2754](https://github.com/k2-fsa/k…
-
This is going to bite us in the collective posterior: when `nbest == 1`, we return one result; when it's greater than one, we return a list of results.
It may be a good idea to think about always ret…
kowey updated
9 years ago
-
```
Traceback (most recent call last):
File "example.py", line 134, in
main()
File "example.py", line 126, in main
list_of_input_ids = tokenizer.list_of_string_to_list_of_cls_sep_tok…
-
I am trying to decode model trained with receipe **pruned_transducer_stateless7_streaming**. I am able to successfully decode with fast beam search (without LG), however, when I try to decode with LG …
-
Hi, how do i get nbest output?
```
nodes = nlp4j.decode(sentence);
```
this seems to generate the 1-best.
thanks
-
While trying to determine trigrams using the TrigramCollocation finder an exception was received with following details:
from nltk.collocations import TrigramCollocationFinder
from nltk.metrics impo…
-
Hello!
I have modified the Unity sample to do speaker diarization, and I can't seem to get the diarization information coming through.
```
voskRecognizerCreateMarker.Begin();
if (!_recognizer…
-
Hi,
I'm trying to implement MWER loss in k2. Is there an easy way to get gradients through nbest decoding? Or have you implemented something similar in the past?