defines a convolution module with 3 input features, 16 output features, filter size is 3 × 3, zero- padding p=1, stride s is 1 by default. conv = nn.Conv2d(3, ...
確定! 回上一頁