File size: 319 Bytes
898b679
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: mit
datasets:
- uoft-cs/cifar10
language:
- en
library_name: diffusers
tags:
- pytorch
- cifar10
---

# diffusion_project


## DDPM are a class of unconditional generative models. 

### In this project, we have built a diffusion model to generate CIFAR10 images at the same resolution(32 px) as the data.