This commit is contained in:
Phil Wang
2022-04-25 08:48:28 -07:00
committed by GitHub
parent f93a3f6ed8
commit 77a246b1b9

View File

@@ -538,6 +538,7 @@ Once built, images will be saved to the same directory the command is invoked
- [ ] extend diffusion head to use diffusion-gan (potentially using lightweight-gan) to speed up inference - [ ] extend diffusion head to use diffusion-gan (potentially using lightweight-gan) to speed up inference
- [ ] bring in tools to train vqgan-vae - [ ] bring in tools to train vqgan-vae
- [ ] bring in vit-vqgan https://arxiv.org/abs/2110.04627 for the latent diffusion - [ ] bring in vit-vqgan https://arxiv.org/abs/2110.04627 for the latent diffusion
- [ ] experiment with https://arxiv.org/abs/2112.11435 as upsampler, test in https://github.com/lucidrains/lightweight-gan first
## Citations ## Citations
@@ -569,7 +570,7 @@ Once built, images will be saved to the same directory the command is invoked
```bibtex ```bibtex
@inproceedings{Liu2022ACF, @inproceedings{Liu2022ACF,
title = {A ConvNet for the 2020s}, title = {A ConvNet for the 2020https://arxiv.org/abs/2112.11435s},
author = {Zhuang Liu and Hanzi Mao and Chaozheng Wu and Christoph Feichtenhofer and Trevor Darrell and Saining Xie}, author = {Zhuang Liu and Hanzi Mao and Chaozheng Wu and Christoph Feichtenhofer and Trevor Darrell and Saining Xie},
year = {2022} year = {2022}
} }