forked from mindspore-Ecosystem/mindspore
!13508 Fix Issue #I3BVAQ Problems with the Python API mindspore.train
From: @zhanghui_china Reviewed-by: @zh_qh,@zhanghaibo5,@zhoufeng54 Signed-off-by: @zh_qh
This commit is contained in:
commit
1965ecb9a1
|
@ -27,7 +27,7 @@ class LearningRateScheduler(Callback):
|
|||
Change the learning_rate during training.
|
||||
|
||||
Note:
|
||||
This class are not supported on CPU.
|
||||
This class is not supported on CPU.
|
||||
|
||||
Args:
|
||||
learning_rate_function (Function): The function about how to change the learning rate during training.
|
||||
|
|
Loading…
Reference in New Issue