torch.nn.Conv2d 参数详解 torch.nn.Conv2d(in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, groups=1, bias=True) 来源博客 view函数,和reshape函数? reshape函数的本质我觉的就是view函数+contiguous函数 反正reshape功能多于view 区别解释1 区别解释2