delete note in lr_callback

This commit is contained in:
王南 2021-07-12 19:05:47 +08:00
parent 1f2080f860
commit e53dbbcdbd
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.