-
https://github.com/mozilla/firefox-translations-training/blob/03a2ddaa3f7d9c9af3a236bb2dbb94db36c16373/pipeline/translate/translate.sh#L22
When performing backtranslation, we want slightly differen…
-
The beam position search can be done at any point after spot finding, even before indexing. It might not be necessary to add a task with a new icon to the top, possibly the parameter input ("green nod…
-
| Team Name | Affiliation |
|---|---|
| pikaboo | Ericsson Research; E3 Jain Green Acres |
- Paper: [BkE8NjCqYm](https://openreview.net/pdf?id=BkE8NjCqYm)
- Forum: [Comments](https://openreview.net…
-
I tested the batch inference results of the llava and llava-next-video models using tensorrt-llm based on the examples/multimodal/run.py file. The parameters for their generate method are the same, as…
-
Hi,
I have conducted experiments based on the InterCTC model on the AISHELL-1 dataset, with auxiliary CTC losses calculated at layers [3, 6, 9, 12, 15]. I currently have the following three questi…
-
Hello,
when I evaluate my ASR using this command, I get an error
```python
python eval_beamsearch_ngram_ctc.py nemo_model_file=/home/user4/training/final_project/project6_nemo/models/python_model…
-
### Your current environment
The output of `python collect_env.py`
```text
root@1ea91861f035:/vllm-workspace# python3 collect_env.py
Collecting environment information...
PyTorch version: 2.3…
-
I've tried to run demo with a video for vsr executing the next line:
```
(TT) PS D:\auto_avsr> python demo.py data.modality='audio' pretrained_model_path='.\asr_trlrs3vox2_base.pth' file_path='.\avs…
-
Empty line in batch breaks batch pruning in beam search. We remove finished batch entries during beam-search. This fails when an entry in the batch is empty.
-
Thank you for your excellent code!
how can i implement the beam search for captioning?
i don't know how to implement that in graph.
Thank you.