LostTech.TensorFlow : API Documentation

Type BaseMonitor

Namespace tensorflow.contrib.learn.monitors

Parent PythonObjectContainer

Interfaces IBaseMonitor

Public instance methods

object begin_dyn(object max_steps)

void epoch_begin(int epoch)

object epoch_begin_dyn(object epoch)

void epoch_end(int epoch)

object epoch_end_dyn(object epoch)

void post_step(Nullable<int> step, object session)

object post_step_dyn(object step, object session)

object step_begin(Nullable<int> step)

object step_begin_dyn(object step)

Nullable<int> step_end(Nullable<int> step, IDictionary<object, object> output)

Nullable<int> step_end(Nullable<int> step, IEnumerable<object> output)

object step_end_dyn(object step, object output)

Public properties

object PythonObject get;

bool run_on_all_workers get;

object run_on_all_workers_dyn get;