LostTech.TensorFlow : API Documentation

Type LearningRateSchedule

Namespace tensorflow.keras.optimizers.schedules

Parent PythonObjectContainer

Interfaces ILearningRateSchedule

A serializable learning rate decay schedule.

`LearningRateSchedule`s can be passed in as the learning rate of optimizers in tf.keras.optimizers. They can be serialized and deserialized using tf.keras.optimizers.schedules.serialize and tf.keras.optimizers.schedules.deserialize.

Methods

Properties

Public instance methods

object __call__(IGraphNodeBase step)

Call self as a function.

Public properties

object PythonObject get;