/diffusion_models_numpy

Basic Diffusion Model (or Score Model) implemented in NumPy

Primary LanguagePythonMIT LicenseMIT

Basic Diffusion models implemented in NumPy

This project is based on this project

1. How to run this code

Dependency

conda create -n diffusion python=3.8
conda activate diffusion

pip install -r requirements.txt

Training

python train.py configs/[config_file]
  • Please refer to sconf project. We utilized this configuration package for experiement, model, and, optimizer settings.

Evaluation

TBD

2. Implementation List

TBD