Posted on 2018-07-Mon Views: Views: title: conv1d使用date: 2018-07-30 21:21:34tags:1234>>> filters = torch.randn(33, 16, 3)>>> inputs = torch.randn(20, 16, 50)# 16是通道数>>> F.conv1d(inputs, filters)