LostTech.TensorFlow : API Documentation

Type TrainOutput

Namespace tensorflow.python.saved_model.model_utils

Parent _SupervisedOutput

Interfaces ITrainOutput

Public properties

IDictionary<object, object> loss get;

object loss_dyn get;

IDictionary<object, object> metrics get;

object metrics_dyn get;

IDictionary<object, object> predictions get;

object predictions_dyn get;

object PythonObject get;