Модуль: tf.compat.v1.keras.optimizers.schedules
Общедоступный API для пространства имён tf.keras.optimizers.schedules.
Классы
class ExponentialDecay: A LearningRateSchedule, использующий график экспоненциального убывания.
class InverseTimeDecay: A LearningRateSchedule, использующий график обратного убывания во времени.
class LearningRateSchedule: Сериализуемый график убывания скорости обучения.
class PiecewiseConstantDecay: A LearningRateSchedule, использующий график кусочно-постоянного убывания.
class PolynomialDecay: A LearningRateSchedule, использующий график полиномиального убывания.
Функции
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/compat/v1/keras/optimizers/schedules