LostTech.TensorFlow : API Documentation

Type BaseEstimator

Namespace tensorflow.contrib.learn

Parent BaseEstimator

Interfaces Evaluable, Trainable, IBaseEstimator

Abstract BaseEstimator class to train and evaluate TensorFlow models.

THIS CLASS IS DEPRECATED. See [contrib/learn/README.md](https://www.tensorflow.org/code/tensorflow/contrib/learn/README.md) for general migration instructions.

Users should not instantiate or subclass this class. Instead, use an `Estimator`.

Properties

Public properties

object config get;

object config_dyn get;

string model_dir get;

Returns a path in which the eval process will look for checkpoints.

object model_dir_dyn get;

Returns a path in which the eval process will look for checkpoints.

object model_fn get;

object model_fn_dyn get;

Returns the model_fn which is bound to self.params.

object PythonObject get;