We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
機械学習モデルの都合上、どうしても子音が存在するにも関わらず、子音の長さが0以下になることがあります。 現状、この問題に対する補正をエンジン側で行っていますが、コア側で行うことが望ましいです。
エンジン側でワークアラウンド的に追加している処理を消して、コア側に移行できる
なし
predict_consonant_lengthに入力される子音配列(consonants)の、子音が存在する(値!=-1である)のに、そのインデックスの出力値配列が0以下である場合に、強制的に1に変換する処理を追加すればこのIssueは完了です。
predict_consonant_length
consonants
値!=-1
1
0.16.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
内容
機械学習モデルの都合上、どうしても子音が存在するにも関わらず、子音の長さが0以下になることがあります。
現状、この問題に対する補正をエンジン側で行っていますが、コア側で行うことが望ましいです。
Pros 良くなる点
エンジン側でワークアラウンド的に追加している処理を消して、コア側に移行できる
Cons 悪くなる点
なし
実現方法
predict_consonant_length
に入力される子音配列(consonants
)の、子音が存在する(値!=-1
である)のに、そのインデックスの出力値配列が0以下である場合に、強制的に1
に変換する処理を追加すればこのIssueは完了です。VOICEVOXのバージョン
0.16.0
OSの種類/ディストリ/バージョン
その他
The text was updated successfully, but these errors were encountered: