Skip to content

Commit

Permalink
update doc 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ShusenTang committed Mar 18, 2019
1 parent d7f45b9 commit 213eca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter04_DL_computation/4.6_use-gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

到目前为止,我们一直在使用CPU计算。对复杂的神经网络和大规模的数据来说,使用CPU来计算可能不够高效。在本节中,我们将介绍如何使用单块NVIDIA GPU来计算。所以需要确保已经安装好了PyTorch GPU版本。准备工作都完成后,下面就可以通过`nvidia-smi`命令来查看显卡信息了。

```{.python .input n=1}
``` python
!nvidia-smi # 对Linux/macOS用户有效
```
输出:
Expand Down

0 comments on commit 213eca9

Please sign in to comment.