!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:
i-robot 2021-07-12 11:21:27 +00:00 committed by Gitee
commit a0f24b6f96
1 changed files with 0 additions and 3 deletions

View File

@ -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.