Skip to content

Commit d0145f2

Browse files
feat: update appraciation
1 parent 6269fcb commit d0145f2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ y_long = composer(y, keep_start=True) # [1, 1, 98304]
151151

152152
## Appreciation
153153

154+
* [ETH Zurich](https://inf.ethz.ch/) for the compute, [Zhijing Jin](https://zhijing-jin.com/), [Mrinmaya Sachan](http://www.mrinmaya.io/), and [Bernhard Schoelkopf](https://is.mpg.de/~bs) for supervising this Thesis.
154155
* [Phil Wang](https://github.com/lucidrains) for the beautiful open source contributions on [diffusion](https://github.com/lucidrains/denoising-diffusion-pytorch) and [Imagen](https://github.com/lucidrains/imagen-pytorch).
155156
* [Katherine Crowson](https://github.com/crowsonkb) for the experiments with [k-diffusion](https://github.com/crowsonkb/k-diffusion) and discovering the insane `ADPM2` sampler.
156157

@@ -176,16 +177,6 @@ Eprint = {arXiv:2201.09865},
176177
}
177178
```
178179

179-
Diffusion cosine schedule
180-
```bibtex
181-
@misc{2102.09672,
182-
Author = {Alex Nichol and Prafulla Dhariwal},
183-
Title = {Improved Denoising Diffusion Probabilistic Models},
184-
Year = {2021},
185-
Eprint = {arXiv:2102.09672},
186-
}
187-
```
188-
189180
Diffusion weighted loss
190181
```bibtex
191182
@misc{2204.00227,

0 commit comments

Comments
 (0)