The model built here is currently unconditional DDPM on CIFAR-10. Here, all the excess code of DDPM has been removed, this is a simpler implementation of the DDPM process.
Future Plans
- Get results using cosine scheduler
- Add EMA code to the model, improve sampling performance
- Add conditional generation