Conv2d(1, 16, 3, stride=3, padding=1), # (b, 16, 10, 10) nn.ReLU(True), nn.MaxPool2d(2, stride=2), ... 在pytorch 中使用转置卷积就是上面的操作, torch.nn.
確定! 回上一頁