Plachtaa / FAcodec

Training code for FAcodec presented in NaturalSpeech3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

似乎有bug

rainbowjack opened this issue · comments

meldataset.py中68行的clamp是否想打clip?
以及84行的
max_wave_length = max([b[0].size(0) for b in batch])
TypeError: 'int' object is not callable
是否应该改成与上一行一样的shape[0]?

同文件94行的纬度匹配似乎也出错了,mels接受期望为1,80,mel则为80,随机数

PsuedoDataset没测试过,现在修了