Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.08 KB

README.md

File metadata and controls

59 lines (43 loc) · 2.08 KB

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