alphacep / alphacep/vosk-api

Exporting Trainined Model

オープン
#1,212 コメント 7 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
15.1k
フォーク
1.8k
PR マージ指標
30日以内にマージされた PR はありません

説明

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?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。