chrisfinlay / ddpm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Denoising Diffusion Probabilistic Model (DDPM) for Deep Learning Course at UniGe

This repository holds the code for a DDPM project to generate images from the FashionMNIST dataset.

Requirements

pytorch torchvision pytorch-fid tqdm matplotlib

Noising (Forward) Process

Noising Process

Denoising (Reverse) Process

Denoising Process

Presentation link

Google Slides

About


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.7%