-
This is much required feature for anyone to understand how openmp pass works and therefore I'll ask @adit4443ya to prioritise it before getting on to implement `collapse` in openmp pass. This will hel…
-
### Describe the bug
Hi, amazing work so far with SpeechBrain!
I am implementing an ASR model focused on the Italian language using SpeechBrain. My first step was to try the pretrained models avai…
-
There are two use cases:
* Report all errors, produce usable ASR (very common, for example for the LSP application)
* continue compilation despite errors (maybe you want to use the ASR to run some p…
-
Hi
can this be adopted for ASR (trained with CE loss) task ?
-
Is it not possible to transcribe long audio files, around ~3 hours? I am trying to transcribe the 3-hour audio to Hindi, but it uses huge memory.
```
import torch
import nemo.collections.asr as …
-
Thanks for your excellent work!
I want to ask how the Discrete tokenizer's perform on the ASR?Can you tell me your understand? Thanks!
wntg updated
2 months ago
-
Thank you for providing the code, but I encountered a problem while running it. I hope you can help me solve it. I used the 'lockdown' method to run the 'fmnist' dataset according to your code, but th…
-
## Minimal Reproducible Example
```f90
integer function sub1()
implicit none
integer :: g
integer :: sub2
g = 2
sub1 = sub2(g)
end function
integer function sub2(x)
…
-
### Model description
Please add support for [moonshine](https://huggingface.co/UsefulSensors/moonshine) ASR models. The recent [github commit](https://github.com/usefulsensors/moonshine/commit/888f7…
-
### Priority
Undecided
### OS type
Ubuntu
### Hardware type
Xeon-GNR
### Running nodes
Single Node
### Description
The [audio2text service](https://github.com/opea-project/GenAIComps/blob/mai…