-
Notifications
You must be signed in to change notification settings - Fork 55
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
schedules model for other dataset and different sample rate #16
Comments
Hi @Liujingxiu23. I think rightly-found noise schedule is significantly dataset-dependent only on extremely small number of iterations. Authors in the paper note: to have good audio reconstruction quality on less than 1000 iterations you should start noise schedule with small beta values, since they make the most impact on removing static noise. In that case, to extract "pretrained" 12-, 25-, 50- and 100-iteration schemes I used some exponential-type approach (see 25 iters graph I attached). Since during training you always set constant schedule to be Of course, on 6 iterations I assume it wouldn't work so well on new dataset, since 6 points is a very small number to reconstruct the right trajectory. This is my view. |
@ivanvovk Thank you very much for you reply. There is another question about the generation of waves: But in this version, not only log_vari but also mean-value is computed and used for getting a new y_t: |
@Liujingxiu23 Commenting your questions:
|
Closing issue due inactivity. Feel free to make a new issue or reopen this one if you have another questions. |
I am not fully understand the Noise schedules .
Is the model in schedules/pretrained suitable for other dataset , 22k and 16k?
I tried to train my own dataset whose sample-rate is 16000, and use the pretrained schedules model(16, 25 and 100 iters), the predict results sound good, especially using 100 iters.
But I don't understand, why the schedules model can also used for 16k sample-rate?
Or though the synthsized wavs are good, it is not the correct way?
The text was updated successfully, but these errors were encountered: