a2819z / diffusion_models_numpy

Basic Diffusion Model (or Score Model) implemented in NumPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic Diffusion Model (or Score Model) implemented in NumPy

License:MIT License


Languages

Language:Python 100.0%