提交 b1b3002e 编写于 作者: E Edgar Liberis 提交者: François Chollet

Update wording in "LearningRateScheduler" (#10617)

In light of SuperConvergence [1], the user might want to increase the learning rate during training so saying 'reducing' is no longer appropriate.
[1]: https://arxiv.org/abs/1708.07120
上级 6eb0c7bd
......@@ -634,7 +634,7 @@ class LearningRateScheduler(Callback):
'should be float.')
K.set_value(self.model.optimizer.lr, lr)
if self.verbose > 0:
print('\nEpoch %05d: LearningRateScheduler reducing learning '
print('\nEpoch %05d: LearningRateScheduler setting learning '
'rate to %s.' % (epoch + 1, lr))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册