-
Notifications
You must be signed in to change notification settings - Fork 301
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
Replication of Diffusion Results #46
Comments
Hi Stefan,
The setup we used cloned a public implementation of DiffWave and dropped in the Sashimi model. We originally did not release the full model because we wanted to integrate diffusion into this codebase. This ended up not happening due to time limitations and will likely not happen. As part of the ongoing v3 release effort which is scheduled for end of this month, I will probably just create a public fork of that repo with our changes; it will be messy research code but should help reproducibility |
Hi Albert, |
My Diffwave implementation is released at https://github.com/albertfgu/diffwave-sashimi. It took longer than planned since I ended up improving the infra to make it easier to train new models, beyond just reproducing results. |
Thank you very much! Doubly so for putting in all of the effort to improve it further to make working on it easier! |
Hi, I'm trying to replicate your results for applying SaShiMi in a diffusion context, and have run into some questions about implementation details along the way. It'd be awesome if you could help me out with them.
bidirectional=True, unet=True, diffwave=True
and set the rest to the values specified in Appendix C.2.2 of the paper and their respective default values?Best,
Stefan
The text was updated successfully, but these errors were encountered: