Yam(长琴)
Yam(长琴)
按标点符号切就好了。
https://github.com/rodrigopivi/Chatito 看官方吧,很清楚
1. `OnPolicyAlgorithm` doesnot have the parameter: `create_eval_env` 2. It's better to assign dtype in `DictSpace` of `TextGenEnv` explicitly
按pr操作即可 gangancuicuia ***@***.***> 于2024年9月22日周日 12:23写道: > 你好 请问解决了吗 > > — > Reply to this email directly, view it on GitHub > , or > unsubscribe > > . >...
do not init client, use `with client`
> If you want to train from scratch, i think you need very large dataset. If you want to finetune (note that language of your dataset must in XTTS pretrain...
> > > If you want to train from scratch, i think you need very large dataset. If you want to finetune (note that language of your dataset must in...
maybe you could check if you are actually using the pretrained hifi-gan weights. notice this: `self.model.model_g.load_state_dict(hifigan_state_dict, strict=False)`, make sure you are loading the pretrained weights. (otherwise, you are training from...
@Abhinay1997 hi, i got exactly the same issue like you. I'm training two languages (en and my lang) together, the spectrograms are as same as yours. But, the result is...
@Abhinay1997 Actually, you can use either the original or your finetuned checkpoint, because the hifigan checkpoints are the same. maybe you can finetune the speaker encoder together. btw, i have...