Skip to content

Commit

Permalink
fix typo (ShusenTang#51): Gluon -> PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
zooltd authored and ShusenTang committed Oct 23, 2019
1 parent 849bcea commit 737cf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter03_DL-basics/3.10_mlp-pytorch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 3.10 多层感知机的简洁实现

下面我们使用Gluon来实现上一节中的多层感知机。首先导入所需的包或模块。
下面我们使用PyTorch来实现上一节中的多层感知机。首先导入所需的包或模块。

``` python
import torch
Expand Down

0 comments on commit 737cf19

Please sign in to comment.