-
Requested in #3323.
```fortran
program example_diag5
! use stdlib_linalg, only: diag
implicit none
real :: A(3,3)
A = reshape([1,2,3,4,5,6,7,8,9], [3,3])
end program example_diag5
```
…
-
Feel free to close if this is too vague. I am working on the following repo: https://github.com/rbitr/ferrite/tree/nospread
It compiles and runs with gfortran, and I wanted to try it with lfortran.…
rbitr updated
11 months ago
-
# Architecture Significant Requirements (ASR) | habittrackingblog
Blog für das Projekt HabitTracking
[https://puggingtons.github.io/habittrackingblog/posts/07_asr.html](https://puggingtons.github.io…
-
# Architecture Significant Requirements (ASR) | habittrackingblog
Blog für das Projekt HabitTracking
[https://puggingtons.github.io/habittrackingblog/posts/07_asr.html](https://puggingtons.github.io…
-
### System Info
Nvidia A100
### Information
- [X] The official example scripts
- [ ] My own modified scripts
### 🐛 Describe the bug
When training a model with asr_librispeech script, i get a lo…
-
```console
% cat examples/expr9.f90
program expr2
implicit none
character(len=:), allocatable :: x
character(len=:), allocatable :: y
allocate(character(len=5) :: x)
x = …
-
```
PS F:\whisperX-main> whisperx audio.mp4 --model large-v2 --diarize --highlight_words True --min_speakers 5 --max_speakers 5 --hf_token hf_x
C:\Users\kc01\AppData\Roaming\Python\Python310\site-pa…
-
To Reproduce
1.docker pull
registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-gpu-0.2.0
mkdir -p ./funasr-runtime-resources/models
sudo docker run --gpus=all --net=host -it --…
-
Please help fix the issue.
rootatm@DESKTOP-SHTIP30:/mnt/i/ASR/bert-text-diarization-atc-main$ bash data/databases/uwb_atcc/data_prepare_uwb_atcc_corpus.sh
there were 0 empty or blank utterances
pri…
-
Hi! Thanks for the great work! I have a question regarding the ASR capability of Pengi. I noticed that there are some speech training datasets, but they seem to focus primarily on classification tasks…