alex_bn_lee

导航

【683】ResNet中的1x1卷积作用

参考:7.6. Residual Networks (ResNet)

参考:Understanding and visualizing ResNets

参考:DeepLearning笔记(8)——ResNet

 

如下所示:左边为 identity shortcut,右边为 projection shortcut

简述区别:

identity shortcut:就是输入与输出的维度不发生变化

projection shortcut:就是输入与输出的维度发生变化,需要通过 1x1卷积 来调整维度,从而可以实现加法操作

 

posted on 2022-02-16 11:36  McDelfino  阅读(327)  评论(0)    收藏  举报