Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boredcoder411 authored Nov 23, 2024
1 parent 0fde5b2 commit e6700d8
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# Denoising Diffusion Probabilistic Models


#### Code from the course [Introduction to Diffusion Models](https://www.udemy.com/course/diffusion-models/?referralCode=CA3F0C5DAA29F449F6DD).
# DDPM

## Usage

```commandline
$ pip3 install -r requirements.txt
$ python3 diffusion_models.py
```bash
pip install -r requirements.txt
python diffusion_models.py
```

## Results



#### MNIST generated samples
#### CIFAR-10 generated samples



Expand Down

0 comments on commit e6700d8

Please sign in to comment.