From 3d96532c6054ba0b47364878452c489506f03642 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Mon, 5 Oct 2020 17:15:28 -0700 Subject: [PATCH] update citations in preparation to add improvements from a iclr 2021 paper --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7456aff..e8d956d 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,15 @@ trainer.train() primaryClass={cs.LG} } ``` + +```bibtex +@inproceedings{ + anonymous2021improved, + title={Improved Denoising Diffusion Probabilistic Models}, + author={Anonymous}, + booktitle={Submitted to International Conference on Learning Representations}, + year={2021}, + url={https://openreview.net/forum?id=-NEXDKk8gZ}, + note={under review} +} +```