byzhu
byzhu
Hello, I would like to ask if this version of TTS supports streaming speech synthesis?
Hello, I see both ns3codec and FAcodec in your project, which confuses me. isn't naturalspeech3 using facodec?
关于训练的问题。
大佬您好,麻烦问下在准备训练和验证数据集时,这两个路径./data/train.txt"和"./data/val.txt"可以只包含音频的路径吗?我的数据集不包含文本转录之类的信息。
Hello author, can you please tell me if this is the training code corresponding to the multi-scale VAE?https://github.com/FoundationVision/vaex/blob/main/train.py
dpo代码bug
https://github.com/FunAudioLLM/CosyVoice/blob/b048a2d6dbdced56db289d3d3b843ca5496ea7e6/cosyvoice/utils/executor.py#L169 total_loss_dict[k].append(v.item() * num_utts)是否应该修改成 total_loss_dict[k].append(v.sum().item() * num_utts),会报错