alphacep / alphacep/vosk-api

Feature Request: Being able to only reload the graph

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

説明

First of all, thanks for publishing this nice API. I really appreciate the well-thought-out API-design and hope I can contribute to it here and there.

To the topic: Let's say I have built certain domain specific graphs or graphs with an extended vocabulary or virtually anything language model specific. In these cases it would be nice to be able to reuse the already loaded acoustic model but only load the graph specific stuff as adjusted Model instance. This could for example be realized by adding something like `Model loadGraph(const char *graph_path);` or `Model loadGraph(const char *graph_path, const char *rescore_path);` to the Model class. Especially in a server environment where potentially lots of models / graphs are preloaded, this feature would be very useful in terms of memory footprint.

How do you think about that?

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

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

評価

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

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

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