nn.Conv2D( in_channels = 1, #RGB:channel數 out_channels = 16, #feature map 數量 kernel_size=3, #convolution filter大小 stride=1, #filter每次走多遠 padding=1 ...
確定! 回上一頁