提交 eba2a316 编写于 作者: A Aston Zhang

rerun fcn

上级 1e9fb971
......@@ -28,7 +28,7 @@ y = conv(x)
y.shape
```
使用用样的卷积窗、填充和步幅的转置卷积层,我们可以得到`x`一样的输出。
使用用样的卷积窗、填充和步幅的转置卷积层,我们可以得到`x`一样的输出。
```{.python .input n=3}
conv_trans = nn.Conv2DTranspose(3, kernel_size=4, padding=1, strides=2)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册