LostTech.TensorFlow : API Documentation

Type estimator_training

Namespace tensorflow.python.distribute.estimator_training

Public static methods

IDictionary<object, object> estimator_evaluate(Estimator estimator, PythonFunctionContainer evaluate_distributed_fn, IEnumerable<object> hooks)

object estimator_evaluate_dyn(object estimator, object evaluate_distributed_fn, object hooks)

Estimator estimator_train(Estimator estimator, PythonFunctionContainer train_distributed_fn, IEnumerable<object> hooks)

Estimator estimator_train(Estimator estimator, PythonFunctionContainer train_distributed_fn, int hooks)

Estimator estimator_train(Estimator estimator, PythonFunctionContainer train_distributed_fn, object hooks)

object estimator_train_dyn(object estimator, object train_distributed_fn, object hooks)

void init_run_config(RunConfig config, object tf_config)

object init_run_config_dyn(object config, object tf_config)

bool should_run_distribute_coordinator(object config)

object should_run_distribute_coordinator_dyn(object config)

void train_and_evaluate(Estimator estimator, TrainSpec train_spec, EvalSpec eval_spec, PythonClassContainer executor_cls)

object train_and_evaluate_dyn(object estimator, object train_spec, object eval_spec, object executor_cls)

Public properties

object CHIEF_dyn get; set;

PythonFunctionContainer estimator_evaluate_fn get;

PythonFunctionContainer estimator_train_fn get;

object EVALUATOR_dyn get; set;

PythonFunctionContainer init_run_config_fn get;

object PS_dyn get; set;

PythonFunctionContainer should_run_distribute_coordinator_fn get;

PythonFunctionContainer train_and_evaluate_fn get;

object WORKER_dyn get; set;