LostTech.TensorFlow : API Documentation

Type CosineDecayRestarts

Namespace tensorflow.keras.experimental

Parent LearningRateSchedule

Interfaces ICosineDecayRestarts

A LearningRateSchedule that uses a cosine decay schedule with restarts.

Properties

Public properties

double alpha get; set;

int first_decay_steps get; set;

double initial_learning_rate get; set;

object name get; set;

object PythonObject get;