Let's implement ResNet

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 31

  • @alexviveslliset1464
    @alexviveslliset1464 3 года назад

    Baseblock is not being used, why is that? Doesn't that mean this is not correct?

  • @nurali2525
    @nurali2525 3 года назад

    I guess model was not saved after training completed, right?

  • @SuperJg007
    @SuperJg007 3 года назад +1

    in bottleneck's second conv2d layer, the height and width won't change right? cuz of the formula
    ((x-k+2p)/s)+1
    =( (x - 3 + 2)/1) +1
    =x

  • @deraktdar
    @deraktdar 5 лет назад +1

    what is the baseBlock for? You don't seem to use it.

    • @deraktdar
      @deraktdar 5 лет назад

      oh I guess baseBlock and bottleNeck are replaceable.

  • @wolfisraging
    @wolfisraging 6 лет назад

    Thanks for uploading

  • @dapengzhang4473
    @dapengzhang4473 5 лет назад

    Hi, is it the same theory to build Resnet101? Where do I need to make changes? Thank you

  • @sachinkun21
    @sachinkun21 4 года назад

    Great work bro. Thanks for sharing this..
    I have a question. Can you please explain what is the difference between identity block and Conv2D block wrt tf implementation code? Is identity block same as the bottleneck block you created in pytorch?

  • @sayeedchowdhury11
    @sayeedchowdhury11 5 лет назад

    At line 75, shouldn't it be self.inplanes != planes * block.expansion as the condn? I think there is a mistake

    • @AyushChaurasia
      @AyushChaurasia  5 лет назад

      Here we're setting the planes value not checking it.

  • @sarthaknarayan2159
    @sarthaknarayan2159 5 лет назад +1

    Sorry for the trouble and thanks for the help

    • @AyushChaurasia
      @AyushChaurasia  5 лет назад

      I'm happy that you understood the concept 😊

  • @autripat
    @autripat 6 лет назад

    You don't type the line of code, but paste it from somewhere? How do you do that?

    • @AyushChaurasia
      @AyushChaurasia  6 лет назад +9

      Its quite simple..I wrote the code beforehand and tested it.. Then I used undo command to delete all the code line by line...and then used the redo command to again make it appear.

  • @studiousgirl3202
    @studiousgirl3202 5 лет назад

    i dont have pip3 installed. Can i replace it with pip and proceed?

    • @AyushChaurasia
      @AyushChaurasia  5 лет назад

      You can easily update pip to pip3. There are various tutorials available on the internet. But if you want to stick with pip, you can.

  • @phuccoiinkorea3341
    @phuccoiinkorea3341 6 лет назад +3

    Damn I'm still on week 2. I'll rewatch this later

    • @AyushChaurasia
      @AyushChaurasia  6 лет назад

      Sure..you can watch it whenever you want because implementation of resnets is not discussed in the course..best of luck 😊

  • @Karan-ow4wl
    @Karan-ow4wl 5 лет назад +2

    What does self.dim_change(res) mean?

  • @hasibzunair
    @hasibzunair 6 лет назад +1

    Nice!

  • @dexter-2633
    @dexter-2633 5 лет назад

    How do we use the trained model for testing or in production mode?

  • @dimplelidar7668
    @dimplelidar7668 6 лет назад +3

    Low volume. Pls increase the volume

  • @neelabhjatin4660
    @neelabhjatin4660 4 года назад

    Seriously you have gotta stop coughing.

    • @AyushChaurasia
      @AyushChaurasia  4 года назад

      I guess that problem is resolved in later videos 😉