Skip to content

Commit

Permalink
Update minibatch-sgd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Dec 15, 2018
1 parent 8d03340 commit 1070835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_optimization/minibatch-sgd.md
Expand Up @@ -165,7 +165,7 @@ train_gluon_ch7('sgd', {'learning_rate': 0.05}, features, labels, 10)
* 查阅MXNet文档,使用`Trainer`类的`set_learning_rate`函数,令小批量随机梯度下降的学习率每过一个迭代周期减小到原值的1/10。


## 扫码直达[讨论区](https://discuss.gluon.ai/t/topic/1877)
## 扫码直达[讨论区](https://discuss.gluon.ai/t/topic/8013)

![](../img/qr_minibatch-sgd.svg)

Expand Down

0 comments on commit 1070835

Please sign in to comment.