ljleb commited on
Commit
17d003a
·
verified ·
1 Parent(s): 0652f48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ Note: as indicated in the formulae, C(x, t) is constant. The intent is to make t
29
  x_t and snr_t were taken from the DDPM paper (https://arxiv.org/abs/2006.11239):
30
 
31
  $$
32
- x_t = \sqrt{\bar{\alpha}_t} x + \sqrt{1 - \bar{\alpha}_t} \epsilon \\
33
  snr_t = \frac{\sqrt{\bar{\alpha}_t}}{\sqrt{1 - \bar{\alpha}_t}}
34
  $$
35
 
 
29
  x_t and snr_t were taken from the DDPM paper (https://arxiv.org/abs/2006.11239):
30
 
31
  $$
32
+ x_t = \sqrt{\bar{\alpha}_t} x_0 + \sqrt{1 - \bar{\alpha}_t} \epsilon \\
33
  snr_t = \frac{\sqrt{\bar{\alpha}_t}}{\sqrt{1 - \bar{\alpha}_t}}
34
  $$
35