-
### Question
I notice that CTC and ASG criterion are supported in the LexiconDecoderOptions, does it support RNN-T? how can I perform decoding for RNN-T models using flashlight? Thank you for your he…
wp558 updated
6 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Steps to reproduce:
1. Start FreeCAD; create new document; switch to BIM workbenc…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
In the attached I have created a Beam, a path to create an array and a custom material. Th…
-
Hi,
In icefall, there are multiple decoding methods available, eg. greedy_search, beam_search, modified_beam_search, fast_beam_search, fast_beam_search_nbest. There are some other decoding methods …
-
**Describe the bug**
Hello, I'm attempting to build the nightly version for aarch64 Linux with CUDA enabled, but I encounter the following error:
```
In file included from /mnt/ssd_drive/repos/onnxru…
-
### Feature request
Adding generation configurations to the parameters that can be tuned in a `Trainer`.
### Motivation
When defining the Optuna hyper-parameter space, I would like to invest…
-
### Feature description
Constrained beam search allows the user to exert control over the output of text generation based on forcing certain terms (like phrase table entries).
Currently beam searc…
-
when i set beam_width =2,and in `moder.py` i change
`
if beam_width > 0:
logits = outputs.beam_search_decder_output
sample_id = outputs.predicted_id
`
this but i get the logits shape is …
-
Hi, thank you for sharing the code. It's neat and easy to read.
Can you provide some results of your model? (e.g. CER on a specific dataset)
Also, the beam search decoding is not implemented yet? D…
-
As I do civil engineering calculations and I have multiple elements and each element has multiple forces and reactions and there are many combinations of each etc, it is occasionally time-consuming to…