LostTech.TensorFlow : API Documentation

Type PiecewiseConstantDecay

Namespace tensorflow.keras.optimizers.schedules

Parent LearningRateSchedule

Interfaces IPiecewiseConstantDecay

A LearningRateSchedule that uses a piecewise constant decay schedule.

Properties

Public properties

IList<double> boundaries get; set;

object name get; set;

object PythonObject get;

IList<double> values get; set;