未验证 提交 aff0a61b 编写于 作者: Y yanwenlei 提交者: GitHub

Update use-gpu.md

上级 133353e2
......@@ -95,7 +95,7 @@ net.add(nn.Dense(1))
net.initialize(ctx=mx.gpu())
```
当输入是显存上的NDArray时,Gluon会在上计算结果。
当输入是显存上的NDArray时,Gluon会在同一块显卡的显存上计算结果。
```{.python .input n=13}
net(y)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册