定义一个1*1卷积,设置填充模式为'zeros',在高和宽维度上两边各填充1个单位 In [53]: conv_zeros = torch.nn.Conv2d(1,1,1,1,padding=1 ...
確定! 回上一頁