Pytorch Neural Style Transfer Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

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

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

    The best style transfer tutorial ever !

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

    Can't tell you how much happy I am ❤️❤️❤️❤️❤️❤️❤️❤️...... really really means a lot to me thank you thank you so so so so much ❤️❤️❤️❤️just thanks for listing to me ....I am really really very happy ....you always support me ....you are my inspiration ...thank you sooooo much. ....# your most exited and favourite subscriber❤️❤️

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

      Appreciate your support 👊

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

      @@AladdinPersson thanks man❤️

  • @toobie2b
    @toobie2b 4 ปีที่แล้ว +7

    Loved the explanation part!
    Can you please make some videos on CycleGAN and Pix2Pix... As only you are able to explain everything in minimal and clear words

    • @AladdinPersson
      @AladdinPersson  4 ปีที่แล้ว +2

      I appreciate the kind words 🙏 I will look into it :)

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

    Good explanation and unique content as usual

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

    Awesome videos. Really like your way of explanation

  • @andranikarakelov8139
    @andranikarakelov8139 3 ปีที่แล้ว +2

    have you tried to save the model ? and one more question do i need new model for each style or one model learns different style just by training only one style ?

  • @obsidian741
    @obsidian741 4 ปีที่แล้ว +2

    Hi, I don't think you can freeze the parameters of a module by calling its eval() function. I think the eval() just changes some modules' behaviors such as dropout

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

      Yeah you're right about that, did I say it would freeze the parameters in the video? I'm actually wondering if I made a mistake here, I mean it still seems to work but perhaps I should've iterated through the layers of the model and done requires_grad = False.. Need to do some experiments on this I think.
      EDIT: I think considering the way we're defining the optimizer by optim.Adam([generated], lr=learning_rate), i.e only with the generated image it's not going to change any of the weights of the model, so it's correct

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

    Again an AMAZING Video

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

    Question:
    If the model doesn't change, and the style image doesn't change, why we compute at every iteration the gram matrix of the style feature from scratch? Moreover, there is no reason to compute the style features / original features from scratch too, right?
    Thanks in advance!

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

    Great and helpful ❤️❤️❤️

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

    Upload more on segmentation and detection like mask rcnn, deep lab and also abt gan ( pix2pix, cycle gan)...hope we get soon 😃

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

    Hey. Would it be possible on your part to upload tutorials on object detection algorithms out there? Your explanation is so clear and concise. Thanks a lot for these helps.

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

      Yes I've got a few videos that I want to do but I will most definitely do videos on object detection :)

  • @susdoge3767
    @susdoge3767 ปีที่แล้ว

    amazing thank you for the tutorial i just refered the paper and your code made it more engraved in my mind. 1 small issue that the code is very very slow (im running on t4gpu collab) is there a way to optimise it?

  • @שלוםשליו
    @שלוםשליו 2 ปีที่แล้ว

    Hi, one thing I didn't understand: where is the value of "generated" updated?

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

    I didn't understand how the pixel value of generated images is changing and converging?

  • @zahrajavanmard-rs2ni
    @zahrajavanmard-rs2ni ปีที่แล้ว

    Thank you for your great video❤
    I have an error like this : not enough values to unpack (expected 4 , got 3)
    we have 3 argument width , height and channel
    SO what should I do about batch_size?
    I will be so happy if guide me about this❤

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

    Great work sir

  • @sahil-7473
    @sahil-7473 4 ปีที่แล้ว +1

    Thanks for great tutorial! Just one doubt. I always thought that optimizer only works on model only. When you passed the [generated] instead of model.parameters(), does it means it will update on the generated image rather than model weights?
    Thanks

    • @AladdinPersson
      @AladdinPersson  4 ปีที่แล้ว +2

      It actually works on whatever you choose to be the parameters, it just so happens we almost always want to change the model parameters, but in this rare case we don't. And yes you're absolutely right, it will only update the generated image!

    • @sahil-7473
      @sahil-7473 4 ปีที่แล้ว

      @@AladdinPersson Thanks!

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

      @@AladdinPersson can you please answer my question ?)

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

    hey! how do i save this model?
    Thanks for the video btw, i enjoy coding it:)

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

    i liked the fancy math intro

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

    Can you make an image captioning model in pytorch using word embeddings and small datasets like flicker8k or 30k

  • @varunidesai2450
    @varunidesai2450 ปีที่แล้ว

    TO run this code do we need GPU?

  • @НиколайНовичков-е1э
    @НиколайНовичков-е1э 3 ปีที่แล้ว

    Thanks! :)

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

    Thanks man, i want to know it is from which paper, i want to read it.

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

      Link to paper: arxiv.org/abs/1508.06576

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

    how do aplly NST to a video?

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

    nooooice ❤

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

    Can I know your next plan like Computer Vision/NLP tasks

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

      Learning more about Object Detection atm, so probably will be a vid on that soon :)

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

      Thanks for your reply. Can you have an idea in explaining BERT related with NER which is also rare content

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

    almost fall asleep while listening your video

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

      Haha well there you go. If you ever have trouble sleeping you know where to find me lol

    • @Sky-nt1hy
      @Sky-nt1hy 2 ปีที่แล้ว

      @@AladdinPersson I was almost falling sleep but woke up after I listened to ur video

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

    Upload video of BERT model or GPT3 like model

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

    pooing XD

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

      haha i dont get it :P

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

      @@AladdinPersson you have written pooing instead of pooling somewhere 🙂

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

      yeah i was like poing poing poing!!!!