标签: image convolution torch channels
我们有一个 2x6x6 图像(2个通道)和三个 2x3x3 卷积内核,如图所示。还提供了每个特征图的偏差项。
在使用stride =1,2,3,dilation rate=1的给定卷积内核向前传播图像之后,特征图的维数将是多少? 注意:零填充。
stride =1,2,3,dilation rate=1
我认为3x2x2应该是stride =1,但我可能是错的。
3x2x2
stride =1
任何关于添加3个内核如何影响特征图尺寸的解释都将受到赞赏。