Conv2d ( in_channels=1, # 输入通道数 out_channels=16, # 输出通道数 kernel_size=5, # 卷积核大小 stride=1, #卷积步数 padding=2, # 如果想要con2d ...
確定! 回上一頁