From f94876c6fb05f4d60d295293b054dbea96e288f7 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Tue, 25 Aug 2020 19:23:06 -0700 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f76c9d2..c392d68 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# denoising-diffusion-pytorch -Implementation of Denoising Diffusion Probabilistic Model in Pytorch +## Denoising Diffusion Probabilistic Model, in Pytorch + +Implementation of Denoising Diffusion Probabilistic Model 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} +} +```