-
Hello,
I successfully trained a model in Spanish using Spanish + English data! Great news.
The model unfortunately speaks with an accent when I use an English prompt with English source text and t…
-
-
Hello, I used the checkpoint file you trained with librispeech to infer the Chinese audio and it still works well. Is that what you expected? Because your dataset doesn't seem to use Chinese, only Eng…
-
Hi. I am doing train LLM Model with Turkish. I have a question. How LLM model know what Language dataset I have. I have text file in my converted dataset folder by train stages request. Should I add …
-
@RVC-Boss
This is a follow-up ticket to the issue: [#1626](https://github.com/RVC-Boss/GPT-SoVITS/issues/1626).
### Steps to Reproduce:
1. Fine-tune the base model using a 24-hour Spanish data…
-
你好,我想输入中文,得到日文音频,我用以下方法尝试,音频生成结果并不是日文,仍然是中文,请问需要怎么修改?
`
cosyvoice = CosyVoice('pretrained_models/CosyVoice-300M')
prompt_speech_22k = load_wav('../../cross_lingual_jp.wav', 22050)
for i, j in en…
-
Hi there,
thank you very much for this extremely helpful/useful library!
quick question: are there multilingual cross-encoders available? Going through the docs, I could not find an explicit refe…
-
Hey, thank you for sharing your great work!
I'm a student who's currently working on cross-lingual VC. Your Assem-vc framework provides excellent results in VC within single language. I'm wondering d…
-
Thank you for your hard work!
Is there any zeroshot tts samples? Also, Could it run with cross lingual data?
-
请问在aishell3-test上的CER的计算设置是什么呢? 我用CosyVoice-300M的inference_cross_lingual 推理计算了aishell3-test的CER,但是算的结果是8.1%,和论文的3.8%还有一定距离?是不是我的设置有问题?