其他分享
首页 > 其他分享> > Pytorch nn.Conv2d函数使用

Pytorch nn.Conv2d函数使用

作者:互联网

Torch.nn.Conv2d(in_channels,out_channels,kernel_size,stride=1,padding=0,dilation=1,groups=1,bias=True)

in_channels:输入维度

out_channels:输出维度

kernel_size:卷积核大小

stride:步长大小

padding:补0

dilation:kernel间距

在这里插入图片描述

标签:kernel,nn,channels,Pytorch,dilation,out,Conv2d,size
来源: https://blog.csdn.net/qq_26136211/article/details/115588103