-
Task: ASR
Data: Custom Data
Config: Using Wav2Vec as feature extractor
https://github.com/espnet/espnet/blob/master/egs2/librispeech/asr1/conf/tuning/train_asr_conformer7_wav2vec2_960hr_large.yam…
-
Hello, author. I want to apply your model to other test datasets, not ASR. Does your model have any requirements for the test dataset? Do I need to have all the labels of ASR? Looking forward to your …
-
```fortran
SUBROUTINE DP86CO()
IMPLICIT DOUBLE PRECISION (A-H,O-Z)
COMMON /CONDO8/XOLD,HOUT
RETURN
END
FUNCTION CONTD8()
IMPLICIT DOUBLE PRECISION (A…
-
## Issue description
I was reading about the "Data statement" from the [24-007 J3 documentation](https://j3-fortran.org/doc/year/24/24-007.pdf) from the section "8.6.7", which says:
```
1. The DA…
gxyd updated
2 months ago
-
Is it possible to alter the properties of the kaldinnet2onlinedecoder gstreamer element while it is in the pipeline? I'm trying to alter the server so I can send a request to change which FST, model e…
-
Videos on YouTube can optionally be published under a CC-BY license. We can identify these videos with the YouTube API, download them, and transcribe them with an ASR system like [whisperX](https://gi…
-
hi friends:
when I run below command:
python athena/main.py examples/translate/spa-eng-example/transformer.json
there is one error as below:
(athena-train-env) parallels@parallels-Parallel…
-
Should perhaps produce a `NotImplemented` error message:
```bash
(lp) ┌─(~/CLionProjects/lpython/lasr/LP-pycharm)───────────────────────────────────────────────────────────────────────────────────…
-
Great work! It seems that code to reproduce results for GPT, Claude-3 models are missing. Can we get the code?
-
Currently, variables can only be set to strings. This means all scripts each need to pull in some string formatting library if they want to use another type. While this isn't really a massive problem,…