-
Hi All,
I am working on pyctcdecode integration with Nemo ASR models. It works very well (without errors) for pre-trained nemo models like "stt_en_conformer_ctc_small" in below code snippet:
impor…
-
I followed all the steps.
apache2 is correctly installed
after running
**/apiai/asr-server/fcgi-nnet3-decoder --fcgi-socket=:8000**
m getting the following output on terminal
/apiai/asr-server/…
-
Hi, I am trying to transcribe YouTube audio in Hindi language using the IndicWhisper Hindi model. However, I am getting incorrect Hindi transcriptions.
For example:
YouTube transcription: `यह अभ्या…
-
## Description
After upgrading from v0.4.1 to v0.5.0, we've observed two significant issues in `examples/zipformer.rs`:
1. Significant performance degradation: Response times have increased substa…
-
Hi, I took some inspiration from the training script for conformer DDP training. There were some convergence issues for my usecase on 4 GPUs so I digged a bit and noticed that model weights on each GP…
-
I have a question about decoder inputs. I think the following pre-processing adds SOS and EOS token to label y.
https://github.com/gentaiscool/end2end-asr-pytorch/blob/a22efdda28f1689206eefb3fedbb56…
-
Hello,
First of all, huge thank you for this docker image. I really appreciate you sharing this with the community, you deserve lot's of credits for this.
I do have an issue when testing my setu…
-
Hi,
I'm using python scripts to decode onnx models, and I found deletion errors in some testsets (cer = 8.8), especially for the first few words in a sentence. However, pytorch model decoding does …
-
while running demo_streaming_asr.py getting error ModuleNotFoundError: No module named 'ctc_decoder'
-
## 重现步骤
1. 启动服务端
```
paddlespeech_server start --config_file config.yaml
```
- 配置文件:
```
host: 0.0.0.0
port: 5000
protocol: 'http'
engine_list: ['asr_python', 't…