-
```fortran
program main
integer(8) ilist(1, 1)
integer, parameter :: x = 1
ilist(1,1:1) = [x]
print *, ilist
end program
```
```console
$ gfortran b.f90 && ./a.out
…
-
Towards #4703
```fortran
subroutine init_random_seed()
INTEGER :: i, n, clock
INTEGER, DIMENSION(:), ALLOCATABLE :: seed
CALL RANDOM_SEED(size = n)
ALLOCATE(seed(n))
…
-
### Pre-flight checklist
- [x] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [code of conduct…
-
Hello, thank you very much for your work. I would like to reproduce the ASR performance of the AnyGPT Base model on the Librispeech test clean. I noticed that your paper stated a WER of 8.5, but my te…
-
Since updating to WhisperX 3.1.6, I get the following error:
```
Traceback (most recent call last):
[...]
File "/app/transcribe/models.py", line 168, in init_model
self.model = whisperx.l…
-
1. 在URV5 WebUI中复制粘贴文件路径“/content/GPT-SoVITS/input/abc.wav”无法识别,只能上传文件进行提取干声。
2. ASR打标这一步,选择Faster Whisper模型后,报错:
> "/usr/local/bin/python" tools/asr/fasterwhisper_asr.py -i "output/slicer_opt" -…
-
请教一下,说明手册 https://k2-fsa.github.io/icefall/model-export/export-ncnn-conv-emformer.html#optional-int8-quantization-with-sherpa-ncnn 中是描述如何将 *bin 和 *param 文件转成对应的 int8 轻量化形式,但我遇到了一个问题:
在使用命令时,发生了崩溃(S…
-
## 🐛 Bug
In the ONNXRuntime implementation, during the processing of the timestamp outputs, an array-index-out-of-bounds exception will crash the program with a segmentation fault.
### To Reproduc…
-
(reverb-env) C:\Users\nnni>pip install -r asr/requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'asr/requirements.txt'
-
It would be great if the worker/container would gracefully terminate on `SIGTERM`. Kubernetes can send it e.g. when draining nodes.
---
To test this I used:
```bash
docker run \
--rm \
…