Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# DDPM for CIFAR-10 with Improvements
|
| 2 |
+
|
| 3 |
+
Enhanced Denoising Diffusion Probabilistic Model (DDPM) trained on CIFAR-10 with the following improvements:
|
| 4 |
+
- Classifier-Free Guidance
|
| 5 |
+
- DDIM Sampling
|
| 6 |
+
- Perceptual Loss
|
| 7 |
+
- Text-to-Image Generation
|
| 8 |
+
|