Skip to content

A diffusion model implementation for the Deep Learning Curse at Units

License

Notifications You must be signed in to change notification settings

mibbim/DL_diffusion_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DL_diffusion_model

Contributors Forks Stargazers Issues MIT License

A diffusion model implementation for the Deep Learning Curse at Units

Required Packages

- Python 3.9
- pytorch 1.12.0
    can be installed following the instruction at
    https://pytorch.org/get-started/locally/
- tensorboard
    pip install tensorboard
- matplotlib 
    python -m pip install -U matplotlib
- imageio
    python -m pip install -U imageio
- tqdm
    pip install tqdm

To run files in test/ folder

python -m test.performance_meter_test

About

A diffusion model implementation for the Deep Learning Curse at Units

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published