Pytorch 实现sobel算子的卷积操作详解 卷积在pytorch中有两种实现,一种是torch.nn.Conv2d(),一种是torch.nn.functional.conv2d(),这两种方 sobel算子