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
以下のライブラリで推論時にユーザー辞書ファイルをロードするにはどうすれば良いですか? https://github.com/litagin02/Style-Bert-VITS2/blob/32145e18a3c84008897e77c4fee2695931e59355/library.ipynb
The text was updated successfully, but these errors were encountered:
Style-Bert-VITS2/style_bert_vits2/nlp/japanese/user_dict/__init__.py
Lines 75 to 79 in 2771fbd
update_dict
from style_bert_vits2.nlp.japanese.user_dict import update_dict update_dict(Path("dict_data/default.csv"), Path("dict_data/user_dict.json"), Path("user.dic.test"))
とすれば効くようになると思います。
Sorry, something went wrong.
@kosukekurimoto 解決しましたか? 気持ち的にCloseしたい(第三者のこだわりである故、無視していただいても構わないが)
No branches or pull requests
以下のライブラリで推論時にユーザー辞書ファイルをロードするにはどうすれば良いですか?
https://github.com/litagin02/Style-Bert-VITS2/blob/32145e18a3c84008897e77c4fee2695931e59355/library.ipynb
The text was updated successfully, but these errors were encountered: