-
We can allow conversion of logical to integer with a flag
Ref: https://github.com/lfortran/lfortran/pull/4042/files
```fortran
program main
integer :: x = .true.
print *, x
end progra…
-
I want to use wav2vec2.0(xlsr_300m) pretrained model features for training attention/CTC network without language model for ASR task. I am using the egs2/TEMPLATE/asr1/asr.sh script for that. So, is …
-
When I run flutter-examples project, first click start asr, UI process is stuck, how to optimize this piece.
In addition, when I realized the loading model myself, the UI process would also get stu…
-
```console
% cat examples/expr2.py
raise TypeError("Some error")
% python examples/expr2.py
Traceback (most recent call last):
File "/Users/ubaid/Desktop/OpenSource/l…
-
When I recognized one minute of Chinese audio, I found that there was no punctuation
wntg updated
3 months ago
-
I'm using the windows prezip. When I select "faster whisper" and click the "batch asr" button to start the process, it never completes downloading one of the required files. It gets stuck on a random …
-
Currently the following:
```fortran
program print
real :: x(10)
x = 1.0
write(*,*) x
end program print
```
gives in ASR:
```
(Program
(SymbolTable
…
-
conf/train_asr_conformer_w2v2-base.yaml文件中做修改如下:
# network architecture
# pretrained model related
freeze_param: [
"frontend.upstream"
]
frontend: s3prl
frontend_conf:
frontend_conf:
…
-
**Describe the bug**
`EncDecDiarLabelModel` inherits `ExportableEncDecModel` which inherits `Exportable`. That means it should be exported to pt or ONNX file. When I ran the following code to export …
-
### WIP for this issue:
https://github.com/unispeech/asterisk-unimrcp/pull/66
### Issue Overview:
The issue is about a lock originated due to an infinite loop occurring in `speech_channel_destro…