pytorch nn.Conv2d 參數

nn.Conv2d(self, in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, groups=1, bias=True)) 參數:   in_channel: 輸入數據的通道數,例RGB圖片通道數爲3;   out_channel: 輸出數據的通道數,這個根據模型調整;   kennel_size:
相關文章
相關標籤/搜索