-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
代码细节问题 #8
Comments
感谢指正,之前传上来的代码版本有问题,现在修正过来了 |
spk_pred = self.timbre_predictor(timbre)[0] |
对,这应该是一个Linear,改过来了 |
还有一个地方有些疑问,在meldatasets处理数据的时候, def preprocess(wave): 我发现你默认使用的采样率是24K,torchaudio.transforms.MelSpectrogram的默认采样率是16K,这点是出于什么考虑 |
您好,请问 FAcodec/modules /quantize.py中FApredictors中forward_v2函数注释掉了
spk_pred = self.timbre_predictor(timbre)[0]
这行代码,因此timbre为None,这里会导致后面
spk_pred_logits 的内容为None,因此报错,这里是bug吗?
The text was updated successfully, but these errors were encountered: