Skip to content

Commit 1e0dceb

Browse files
committed
update readme
1 parent c461299 commit 1e0dceb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Denoising Diffusion Probabilistic Models
22

3-
Experiments run on Google Cloud TPU v3-8.
3+
Jonathan Ho, Ajay Jain, Pieter Abbeel
4+
5+
Paper: https://arxiv.org/abs/2006.11239
6+
7+
Website: https://hojonathanho.github.io/diffusion
48

9+
![Samples generated by our model](resources/samples.png)
10+
11+
Experiments run on Google Cloud TPU v3-8.
512
Requires TensorFlow 1.15 and Python 3.5, and these dependencies for CPU instances (see `requirements.txt`):
613
```
714
pip3 install fire
@@ -26,6 +33,6 @@ If you find our work relevant to your research, please cite:
2633
title={Denoising Diffusion Probabilistic Models},
2734
author={Jonathan Ho and Ajay Jain and Pieter Abbeel},
2835
year={2020},
29-
journal={arXiv preprint}
36+
journal={arXiv preprint arxiv:2006.11239}
3037
}
3138
```

resources/samples.png

941 KB
Loading

0 commit comments

Comments
 (0)