Skip to content

Commit 42a724c

Browse files
committed
fix typo #96
1 parent 03462fc commit 42a724c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/chapter07_optimization/7.8_adam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ loss: 0.245370, 0.065155 sec per epoch
7676

7777
## 7.8.3 简洁实现
7878

79-
通过名称为“adam”的`Trainer`实例,我们便可使用Gluon提供的Adam算法
79+
通过名称为“Adam”的优化器实例,我们便可使用PyTorch提供的Adam算法
8080

8181
``` python
8282
d2l.train_pytorch_ch7(torch.optim.Adam, {'lr': 0.01}, features, labels)

0 commit comments

Comments
 (0)