alphacep / alphacep/vosk-api

Exporting Trainined Model

Aperta
#1,212 7 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Jupyter Notebook
Stelle
15.1k
Fork
1.8k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hi, thanks for the wonderful project!

I want to train my own model, but before that to get an idea of the existing functionality I tried running the original code without any changes.

### Steps

So I first cloned this repo inside `kaldi/egs/

then I ran the command:

```
cd kaldi/tools/; make; cd ../src; ./configure; make
```

Then:
```
cd kaldi/egs/vos-api/training
./run.sh
```

The model is trained, but I am not sure how to export it.

I see that: [model structure](https://alphacephei.com/vosk/models#model-structure) refers to arranging files in a certain format, but the same files are present in multiple places

eg: `final.mdl`

it is present in `mono` `mono_ali` `chain/tdnn` etc

In the issue here: https://github.com/alphacep/vosk-api/issues/41#issuecomment-1108807005 You mentioned that model is exported in `exp/chain/tdnn` but not all the files are present here.

It would be great if you can explain to me which files at which location we have to use. Also, do we have some script for the same?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.