forked from huawei/mindspore2022
delete note in lr_callback
This commit is contained in:
parent
1f2080f860
commit
e53dbbcdbd
|
|
@ -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