offer old resnet blocks, from the original DDPM paper, just in case convnexts are unsuitable for generative work

This commit is contained in:
Phil Wang
2022-05-04 10:52:47 -07:00
parent 2d9963d30e
commit 9ff228188b
2 changed files with 99 additions and 19 deletions

View File

@@ -911,4 +911,4 @@ Once built, images will be saved to the same directory the command is invoked
}
```
*Creating noise from data is easy; creating data from noise is generative modeling.* - Yang Song's <a href="https://arxiv.org/abs/2011.13456">paper</a>
*Creating noise from data is easy; creating data from noise is generative modeling.* - <a href="https://arxiv.org/abs/2011.13456">Yang Song's paper</a>