openai / image-gpt

Other
2.05k stars 388 forks source link

As detailed in the paper, it generates image one pixel at a time. Won't that make it slow ? #10

Open spygaurad opened 4 years ago

alexmathfb commented 3 years ago

Generation yes, training no. Autoregressive models like iGPT does not require generating images during training.