TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DALL-E Paper and Code

49 pointsby david2016over 4 years ago

6 comments

minimaxirover 4 years ago
Note that this is just the VAE component as used to help training and generating images, it will not let you create crazy images with natural language as used in the blog post (<a href="https:&#x2F;&#x2F;openai.com&#x2F;blog&#x2F;dall-e&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openai.com&#x2F;blog&#x2F;dall-e&#x2F;</a>).<p>More specifically from that link:<p>&gt; [...] the image is represented using 1024 tokens with a vocabulary size of 8192.<p>&gt; The images are preprocessed to 256x256 resolution during training. Similar to VQVAE, each image is compressed to a 32x32 grid of discrete latent codes using a discrete VAE1 that we pretrained using a continuous relaxation.<p>OpenAI also provides the encoder and decoder models and their weights.<p>However, with the decoder model, it&#x27;s now possible to say train a text-encoding model to link up to that decoder (training on say an annotated image dataset) to get something close to the DALL-E demo OpenAI posted. Or something even better!
评论 #26257083 未加载
TheRealPomaxover 4 years ago
Can someone explain what this even is for folks reading the description and going &quot;this means nothing to me&quot;?
评论 #26258268 未加载
评论 #26258333 未加载
make3over 4 years ago
the title should be updated, this doesn&#x27;t have the paper, and it&#x27;s not the code for DALL-E but for its VAE component only
pikseladamover 4 years ago
I have prepared it in collab. <a href="https:&#x2F;&#x2F;colab.research.google.com&#x2F;drive&#x2F;1KA2w8bA9Q1HDiZf5Ow_VNOrTaWW4lXXG?usp=sharing" rel="nofollow">https:&#x2F;&#x2F;colab.research.google.com&#x2F;drive&#x2F;1KA2w8bA9Q1HDiZf5Ow_...</a>
MrUssekover 4 years ago
So, uhh, where&#x27;s the paper? The link in the readme isn&#x27;t active.
评论 #26259624 未加载
campacover 4 years ago
Has anyone tried this out?
评论 #26257119 未加载
评论 #26256883 未加载