Skip to content

c14096073/C14096073_GAI_Project4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C14096073_GAI_Project4

Environment

Install the required packages:

pip install -r requirements.txt

DDPM Training (Checkpoint file is already available in the results folder)

To train the DDPM on MNIST, run:

python train_mnist.py

Execution (DIP Training + DDPM Reverse Process)

To execute the DIP training and the DDPM reverse process, run:

python main.py

Result

You will obtain two images: one generated by DDPM+DIP (ddpm_dip.png) and another by DDPM alone (ddpm_nodip.png).

Reference

Deep Image Prior
Denoising Diffusion Probabilistic Models

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published