-
attempting a workaround for #2036
offending code:
```python
from lpython import (i32, Union)
foo : dict[str, tuple[list[i32], str]]
foo = {'ttype': ([], 'dimensions'),
'contents'…
-
Got this error while trying to run https://github.com/s3prl/s3prl project.
```
.
- This IS NOT expected if you are initializing Wav2Vec2Model from the checkpoint of a model that you expect to be …
-
Hi,
How can I set the audio track name? Imagine I have multiple audio tracks with several qualities or languages. How can I set the audio track name for each?
Sample command:
```
-i transcoded/v…
-
https://github.com/czgdp1807/dftatom/tree/lf1
```zsh
(lf) 11:34:37:~/lfortran_project/dftatom % make -f Makefile.manual
cd src; make -f Makefile.manual
make[1]: Entering directory '/Users/czgd…
-
First of all thanks for this great project!
### Description
I would like to have an option to set an idle time after which the model is unloaded from RAM/VRAM.
### Background:
I have several a…
-
We occasionally trim off older terms here:
https://github.com/umn-asr/peoplesoft_course_class_data/blob/a2b588bbee7b9109709b892f1e7d81c2a4085c28/config/query_parameters.rb#L25
Document the timin…
-
## Issue
I implemented a WebSocket-based version of the `whisper_online_server` to handle audio streams from clients over WebSocket connections. The implementation works as expected when a single cli…
-
### Minimal Reproducible Example
```f90
program main
implicit none
integer, parameter :: k = 3
integer :: i, iarx(k)
data(iarx(i), i=1,k) / k*-1/
print *, iarx
end progra…
gxyd updated
2 months ago
-
It looks like the script:
https://github.com/kaldi-asr/kaldi/blob/master/egs/wsj/s5/utils/lang/add_unigrams_arpa.pl
Doesn't make any attempt to assure that the unigrams probabilities sum to 1.…
-
when I install `faster-whisper` by hand and version changed from `0.7.0 -> 0.7.1`, then the whisperX will raise error
```
File "xxx.py", line 321, in _do_transcribe
model = whisperx.load_mode…