Implementation of Denoising Diffusion Probabilistic Model in Pytorch. It is a new approach to generative modeling that may have the potential to rival GANs. It uses denoising score matching to estimate the gradient of the data distribution, followed by Langevin sampling to sample from the true distribution. If you simply want to pass in a folder name and the desired image dimensions, you can use the Trainer class to easily train a model.
Features
- Annotated code by Research Scientists
- This implementation was transcribed from the official Tensorflow version
- Samples and model checkpoints will be logged to ./results periodically
- The Trainer class is now equipped with Accelerator
- You can easily do multi-gpu training in two steps
- A new approach to generative modeling
Categories
Machine LearningLicense
MIT LicenseFollow Denoising Diffusion Probabilistic Model
Other Useful Business Software
Auth0 B2B Essentials: SSO, MFA, and RBAC Built In
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Denoising Diffusion Probabilistic Model!