zhaojingxin123

Results 4 issues of zhaojingxin123

Can this github repository successfully synthesize speech? Has anyone replicated the training and model inference from this GitHub repository?

在过滤本项目不支持的儿化音。 处理文本的时候一直有except :Unkown PinYin : 需要进一步处理吗?

class CharEmbedding(nn.Module): def __init__(self, model_dir): super().__init__() self.tokenizer = BertTokenizer.from_pretrained(model_dir) 模型用的那个呀? ![image](https://github.com/user-attachments/assets/3a0eef37-8106-4abc-8bff-c659cc40b7a0)

May I ask if there is any experiment on Chinese data set? Why I use pinyin as phoneme training on Chinese Mandarin data set, and what I synthesize is all...