/DL_diffusion_model

A diffusion model implementation for the Deep Learning Curse at Units

Primary LanguagePythonMIT LicenseMIT

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