pytorch CON2D

class torch.nn.Conv2d( in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, groups=1, bias=True) 輸入: (N,C_in,L_in) 輸出: (N,C_out,L_out) 輸入輸出的計算方式: L o u t = f l o o r ( ( L i n + 2
相關文章
相關標籤/搜索