balakrish181
commited on
Commit
•
898b679
1
Parent(s):
6030437
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- uoft-cs/cifar10
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: diffusers
|
8 |
+
tags:
|
9 |
+
- pytorch
|
10 |
+
- cifar10
|
11 |
+
---
|
12 |
+
|
13 |
+
# diffusion_project
|
14 |
+
|
15 |
+
|
16 |
+
## DDPM are a class of unconditional generative models.
|
17 |
+
|
18 |
+
### In this project, we have built a diffusion model to generate CIFAR10 images at the same resolution(32 px) as the data.
|