lucidrains / deep-daze

Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun
MIT License
4.37k stars 327 forks source link

Why Implicit Neural Representations (Siren) ? #149

Open betterze opened 3 years ago

betterze commented 3 years ago

Dear Lucidrains,

Thank you for your great implementation. I really like it.

Could you mind telling me why you choose Implicit Neural Representations (Siren) as the image representation, rahter than GAN, VQ-VAE? What is the advantage of using Implicit Neural Representations? I seearch a few papers, but I can not find the answers.

Thank you very much for your help.

Best Wishes,

Alex

illtellyoulater commented 2 years ago

good question, I would also like to know :)