StyleGAN Part 1: Adaptive Instance Normalization - Matchue GANs

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024

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

  • @Matchue624
    @Matchue624  5 ปีที่แล้ว +7

    Here is the implementation from this video! github.com/manicman1999/Matchue-StyleGAN
    Play around with it and see if you can make even better Pokemon images!

    • @jackybanh8105
      @jackybanh8105 4 ปีที่แล้ว

      Your code for StyleGANs v1 is well documented and organised but is there any particular reason why you didn't add Gaussian noise in your g-block implementation?

    • @Sofia-kz1jt
      @Sofia-kz1jt 3 ปีที่แล้ว

      The data drive link is not working. Is there another way to access the data?

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

    I like how you made the code clean and simple, and the whole thing easy to understand. Your content is great for beginners trying to dive into the GANs world!

  • @Anonymous-vh9tc
    @Anonymous-vh9tc 4 ปีที่แล้ว

    Just wanna say thanks for the amazing content. I can imagine how difficult it is to do these videos.

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

    Awesome. Would love to see more uses of StyleGAN.

  • @storytimewithbrock1450
    @storytimewithbrock1450 4 ปีที่แล้ว

    Dude you need to get this on tiktok it would go viral this is so cool

  • @dorherbesman1751
    @dorherbesman1751 3 ปีที่แล้ว

    thanks for this explanation!

  • @kuruvillaabraham9463
    @kuruvillaabraham9463 2 ปีที่แล้ว

    Hi Matchue ,Nice Video ,Are we able to change color of the Pokemon

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

    pretty awesome ;)

  • @mnitant
    @mnitant 4 ปีที่แล้ว

    Amazing content

  • @ahsanarshad5119
    @ahsanarshad5119 3 ปีที่แล้ว

    It is great effort. I have a little bit issue. when I "Train the models" the error "TypeError: Cannot convert a symbolic Keras input/output to a numpy array. This error may indicate that you're trying to pass a symbolic value to a NumPy call, which is not supported. Or, you may be trying to pass Keras symbolic inputs/outputs to a TF API that does not register dispatching, preventing Keras from automatically converting the API call to a lambda layer in the Functional Model" occurs due to the line "loss = DiscriminatorModel.train_on_batch([real_images, latent_vectors], [real_labels, fake_labels, dummy_labels])" Please help anyone to resolve this issue

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

    cutie

  • @peterweyland117
    @peterweyland117 3 ปีที่แล้ว

    r1_gradient_penalty doesn't work. Help

  • @ffking1357b
    @ffking1357b 4 ปีที่แล้ว

    I like how you made the code clean and simple, and the whole thing easy to understand. Your content is great for beginners trying to dive into the GANs world!