dall-e / README.md
cerulianx's picture
Upload README.md
38f35cb
|
raw
history blame
No virus
473 Bytes
# Overview
[[Blog]](https://openai.com/blog/dall-e/) [[Paper]](https://arxiv.org/abs/2102.12092) [[Model Card]](model_card.md) [[Usage]](notebooks/usage.ipynb)
This is the official PyTorch package for the discrete VAE used for DALL·E. The transformer used to generate the images from the text is not part of this code release.
# Installation
Before running [the example notebook](notebooks/usage.ipynb), you will need to install the package using
pip install DALL-E