Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 386 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 386 Bytes

Tensorflow Implementation of OpenAI's DALL-E

  1. Download the models weights here.
  2. Create a model_weights folder to store the content of the zip file:
- /dalle_tensorflow
- /model_weights
    - /dalle
        - ...
    - /vae
        - ...
- inference_dalle.py
- inference_vae.py
- ...