LostTech.TensorFlow : API Documentation

Type EarlyStopping

Namespace tensorflow.keras.callbacks

Parent Callback

Interfaces IEarlyStopping

Public instance methods

object get_monitor_value(IDictionary<string, object> logs)

object get_monitor_value_dyn(object logs)

Public static methods

EarlyStopping NewDyn(ImplicitContainer<T> monitor, ImplicitContainer<T> min_delta, ImplicitContainer<T> patience, ImplicitContainer<T> verbose, ImplicitContainer<T> mode, object baseline, ImplicitContainer<T> restore_best_weights)

Initialize self. See help(type(self)) for accurate signature.

Public properties

Nullable<double> baseline get; set;

Nullable<double> best get; set;

Nullable<int> best_weights get; set;

double min_delta get; set;

object model get; set;

string monitor get; set;

object monitor_op get; set;

object params get; set;

int patience get; set;

object PythonObject get;

bool restore_best_weights get; set;

int stopped_epoch get; set;

object validation_data get; set;

int verbose get; set;

int wait get; set;