Implementing score matching diffusion using SDEs in PyTorch
What this repo has so far:
- Full u-net implementation to serve as our score network
- Working Variance Preserving score matching diffusion training for MNIST Digits
- Inference using euler method using the trained score network to generate new samples
demos.ipynb
, contains some demonstrations and experiments related to what's going on with the model.