-
Notifications
You must be signed in to change notification settings - Fork 16
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
why skip_diff_train before fast_epochs #12
Comments
因为刚开始训练的时候,encoder还学的不好。encoder和diffusion都在拟合mel谱图,没有diffusion encoder也可以独立工作,整合系统甚至可以把diffusion完全删除也是可以的。等encoder学好了,在加入diffusion训练,可以节约训练时间。diffusion训两百个epoch可以看到效果。 |
谢谢你的解答,另外有一个问题。为什么SpeakerClassifier中的说话人个数是写死的?line 292 of encoder.py |
256是声纹向量的维度 |
好的,谢谢解答! |
@MaxMax2016 请教一个问题,你是多卡还是单卡训练的? |
单卡,改用多卡要调学习率的吧 |
|
Hi,
Can you explain why skip diffusion train before the configured fast_epochs?
And how many epochs does diffusion train need?
Thanks!
The text was updated successfully, but these errors were encountered: