Type ModeKeys
Namespace tensorflow.contrib.learn
Parent PythonObjectContainer
Interfaces IModeKeys
Standard names for model modes (deprecated). THIS CLASS IS DEPRECATED. The following standard keys are defined: * `TRAIN`: training mode.
* `EVAL`: evaluation mode.
* `INFER`: inference mode.
Methods
Properties
Fields
Public static methods
TClass validate<TClass>(IDictionary<object, object> key)
Public properties
object EVAL_dyn get; set;
object INFER_dyn get; set;
object PythonObject get;
object TRAIN_dyn get; set;
Public fields
string TRAIN
return string
|
string EVAL
return string
|
string INFER
return string
|