forked from mindspore-Ecosystem/mindspore
!20082 delete note info in comment of lr_callback
Merge pull request !20082 from wangnan39/code_docs_delete_note_at_lr_callback
This commit is contained in:
commit
a0f24b6f96
|
@ -28,9 +28,6 @@ class LearningRateScheduler(Callback):
|
|||
"""
|
||||
Change the learning_rate during training.
|
||||
|
||||
Note:
|
||||
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