-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How to fix the noise during inference time? #23
Comments
always using same input in mode.py
|
Thanks for the reply.
To my understanding, setting the hyperparameter |
Because you use a |
Just set the seed in torch when you input your data. Use branch rng if you want the other components to be unaffected by set seed. |
https://pytorch.org/docs/stable/random.html And
https://pytorch.org/docs/stable/notes/randomness.html When you call the model forward should be enough for reproduction. |
Hi Jaehyeon,
May I ask how to fix the stochastic noise during inference time? I want some generated audio to be reproducable, thus need to fix the random noise part.
Currently it seems I can only control the noise scale.
The text was updated successfully, but these errors were encountered: