This commit is contained in:
Phil Wang
2022-04-06 21:17:16 -07:00
committed by GitHub
parent cfba049416
commit 32b584d6c0

View File

@@ -1,2 +1,13 @@
# DALLE2-pytorch
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
## DALL-E 2 - Pytorch (wip)
Implementation of <a href="https://openai.com/dall-e-2/">DALL-E 2</a>, OpenAI's updated text-to-image synthesis neural network, in Pytorch
## Citations
```bibtex
@misc{ramesh2022,
title = {Hierarchical Text-Conditional Image Generation with CLIP Latents},
author = {Aditya Ramesh et al},
year = {2022}
}
```