Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ソング] predict_consonant_lengthの長さが0以下になるのを防ぐ #749

Open
3 tasks
y-chan opened this issue Feb 21, 2024 · 0 comments
Open
3 tasks

Comments

@y-chan
Copy link
Member

y-chan commented Feb 21, 2024

内容

機械学習モデルの都合上、どうしても子音が存在するにも関わらず、子音の長さが0以下になることがあります。
現状、この問題に対する補正をエンジン側で行っていますが、コア側で行うことが望ましいです。

Pros 良くなる点

エンジン側でワークアラウンド的に追加している処理を消して、コア側に移行できる

Cons 悪くなる点

なし

実現方法

predict_consonant_lengthに入力される子音配列(consonants)の、子音が存在する(値!=-1である)のに、そのインデックスの出力値配列が0以下である場合に、強制的に1に変換する処理を追加すればこのIssueは完了です。

VOICEVOXのバージョン

0.16.0

OSの種類/ディストリ/バージョン

  • Windows
  • macOS
  • Linux

その他

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant