-
This is my python usage below
```python
import torch
from ctc_forced_aligner import (
load_audio,
load_alignment_model,
generate_emissions,
preprocess_text,
get_alignments…
-
I’m currently working on finetuning your OWSM-CTC model on a custom dataset, but I’ve encountered some challenges. It seems that finetuning OWSM-CTC differs from the standard OWSM finetuning process, …
-
Implement a bi-directional LSTM or GRU-based transcription model with a CTC loss function.
-
I converted the tf model to onnx format using this command
!python -m tf2onnx.convert --saved-model /content/drive/MyDrive/SaveModel/CheckPoint100Epoch/TemModel --output /content/drive/MyDrive/SaveMo…
-
Good day!
https://github.com/openspeech-team/openspeech/blob/10b25890b64b722c50aa7579c2570ad5c69b2cf2/openspeech/models/openspeech_ctc_model.py#L118
`self.fc` is not defined,is it?
Which `in_…
-
https://huggingface.co/OuteAI/OuteTTS-0.1-350M
Is it possible to use gennai for this model? it's llama3 based but slightly different 🤷🏼♂️ ca we add support?
-
### Feature request
I wonder if could be added `PyLaia` model support: [https://gitlab.teklia.com/atr/pylaia](https://gitlab.teklia.com/atr/pylaia)
`PyLaia` works very well with text detection for H…
-
hi 👋
I want to run the ONNX model version of MahmoudAshraf/mms-300m-1130-forced-aligner on onnxruntime-node.
Is there a way to perform model conversion?
-
(kwav2vec_env_py3_8) root@4aa7addb6281:/home# bash script/inference/evaluate_multimodel.sh
INFO:__main__:Namespace(add_weight=0.5, additional_output=False, autoregressive=False, batch_size=8, batch_s…
-
Hello,
when I evaluate my ASR using this command, I get an error
```python
python eval_beamsearch_ngram_ctc.py nemo_model_file=/home/user4/training/final_project/project6_nemo/models/python_model…