I implement DALLE 1 from SCRATCH on MNIST

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 12

  • @Explaining-AI
    @Explaining-AI  ปีที่แล้ว

    Github Code - github.com/explainingai-code/Dalle-Pytorch

  • @ssshukla26
    @ssshukla26 ปีที่แล้ว +1

    Subscribed. Saw this video on my lab projector. Hope you keep on doing the great work. You deserve more subscribers✌️

  • @advaitpatole8988
    @advaitpatole8988 11 หลายเดือนก่อน

    Thank you sir.Hope you keep doing the great work.🙏

    • @Explaining-AI
      @Explaining-AI  11 หลายเดือนก่อน

      Thank you Advait :)

  • @samt5682
    @samt5682 9 หลายเดือนก่อน

    Hello Can we do the following steps for a simple dataset
    1. Encode our text into embedding using pre trained models like t5 and then using those text embeddings train a simple lstm to predict the next batch of image embedding tokens (of the codebook in vq vae once the image passes through the encoder)
    2. The predicted image embedding tokens will go through the decoder of trained vq-vae to output images.
    By the way thanks for the video.

    • @Explaining-AI
      @Explaining-AI  9 หลายเดือนก่อน

      Hello, Yes absolutely. In fact in my vqvae video this is exactly what I did. Although I trained a lstm to generate sequence of codebook tokens unconditionally(and then the step 2 that you mentioned), but all one would need to change is just prepend the condition representation to the codebook token sequence to have lstm generate data conditionally.
      If you are interested you can take a look at that here - th-cam.com/video/1ZHzAOutcnw/w-d-xo.html

  • @pratyanshvaibhav
    @pratyanshvaibhav 2 หลายเดือนก่อน

    Sir i am not able to dowbload texture images from ALOT homepage .. please help me with its alternative..and happy diwali

    • @Explaining-AI
      @Explaining-AI  2 หลายเดือนก่อน

      Happy diwali to you too :)
      I am still able to download from the webpage but I have anyway also updated README with the curl command that you can use to download.
      Can you try with that?
      github.com/explainingai-code/Dalle-Pytorch/blob/main/README.md#data-preparation

    • @pratyanshvaibhav
      @pratyanshvaibhav 2 หลายเดือนก่อน

      please help sir

    • @Explaining-AI
      @Explaining-AI  2 หลายเดือนก่อน

      @@pratyanshvaibhav Did the curl command not work ?

    • @pratyanshvaibhav
      @pratyanshvaibhav 2 หลายเดือนก่อน

      @@Explaining-AI Thanks a lot sir it worked for me..This channel is really a blessing for me