1\
torch.nn.functional.conv1d(15条消息) Pytorch的第二步:(1) torch.nn.functional.conv卷积模块详解模块_Deep_bluce的博客-CSDN博客
import torch.nn.functional as F
F.conv1d(input=inputs, weight=kernel, bias=None, stride=1, padding=0, dilation=1, groups=1)
标签:11,nn,conv1d,torch,functional,22.11 From: https://www.cnblogs.com/lixinyu0310/p/16881502.html