PyTorch 2D Convolution

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • In this video, we cover the input parameters for the PyTorch torch.nn.Conv2d module.
    VIDEO CHAPTERS
    0:00 Introduction
    0:37 Example
    2:46 torch.nn.Conv2d
    3:28 Input/Output Channels
    4:40 Kernel
    5:15 Stride
    6:17 Padding
    8:01 Dilation
    9:04 Groups
    11:13 Bias
    11:50 Output Shape

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

  • @anoushkagade8091
    @anoushkagade8091 Год назад +7

    Thank you so much for this explanation! I have been looking everywhere, and most tutorials assume that the viewer has a grasp on these concepts. Finally found a good explanation!

  • @balintfurmann5560
    @balintfurmann5560 4 месяца назад +1

    Great video, made me understand the CNN-s in Python much better. Thank you!

  • @user-tn9ol6wb4z
    @user-tn9ol6wb4z 10 месяцев назад

    Super clear explaination. Thanks !!!

  • @hamidfallah9223
    @hamidfallah9223 7 месяцев назад

    perfect esplanation, straight foward and pure informative. tnx.

  • @andrefurlan
    @andrefurlan 5 месяцев назад

    Thank you a lot! I finally understood from where all these filters comes!

  • @oguzhanoguz621
    @oguzhanoguz621 5 месяцев назад

    great video, thank you so much. this video is worth more than 100 wiki pages

  • @Gan-tingLoo
    @Gan-tingLoo 4 месяца назад

    Thanks for the video! I believe for the group example, the input sample is (8x5x5) instead of (8x7x7)

  • @gogaworm
    @gogaworm 8 месяцев назад

    Very good explanation, thank you. Please continue to make videos.

  • @user-kn1we2kp3m
    @user-kn1we2kp3m 6 месяцев назад

    Thank you. One of the best and clearest explanations I have seen without wading through a ton of documentation.

  • @ganeshy574
    @ganeshy574 8 дней назад

    thanks

  • @chrisseberino
    @chrisseberino Год назад

    Very good!

  • @user-xm3mb6dj2g
    @user-xm3mb6dj2g 8 месяцев назад

    you goated for this one fam

  • @Qdkdj
    @Qdkdj 3 месяца назад

    Thank you!

  • @aaomms7986
    @aaomms7986 4 месяца назад

    Thank you this is the best explanation ❤❤❤

  • @hirotrex42
    @hirotrex42 6 месяцев назад

    Thank you !

  • @Commenterrist
    @Commenterrist 5 месяцев назад

    thx

  • @adityategar6178
    @adityategar6178 2 месяца назад

    My input always read (N, Hin, Win, Cin). How can i fix it to (N, Cin, Hin, Win)?

  • @brucemurdock5358
    @brucemurdock5358 8 месяцев назад

    What if I change the kernel size and want to keep my input size? Would padding still be 1?

  • @liuzq7
    @liuzq7 Год назад

    The best explanation. Thank you.