提交 5e69d3bb 编写于 作者: H Haichen Shen 提交者: Aston Zhang

Tweak fcn section (#406)

* Tweak fcn

* tweak
上级 8b2b59ad
......@@ -84,7 +84,7 @@ for layer in pretrained_net.features[:-2]:
net.add(layer)
```
给定高宽为224的输入,`net`的输出将输入高宽减少了32倍
给定高宽为224的输入,`net`的输出将减少为输入高宽的$1/32$
```{.python .input n=7}
x = nd.random.uniform(shape=(1, 3, 224, 224))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册