mirror of
https://github.com/wassname/denoising-diffusion-pytorch.git
synced 2026-09-17 12:10:43 +08:00
17 lines
438 B
Markdown
17 lines
438 B
Markdown
## Denoising Diffusion Probabilistic Model, in Pytorch (wip)
|
|
|
|
Implementation of <a href="https://arxiv.org/abs/2006.11239">Denoising Diffusion Probabilistic Model</a> in Pytorch
|
|
|
|
## Citations
|
|
|
|
```bibtex
|
|
@misc{ho2020denoising,
|
|
title={Denoising Diffusion Probabilistic Models},
|
|
author={Jonathan Ho and Ajay Jain and Pieter Abbeel},
|
|
year={2020},
|
|
eprint={2006.11239},
|
|
archivePrefix={arXiv},
|
|
primaryClass={cs.LG}
|
|
}
|
|
```
|