![]() |
Class ModeKeys
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
tf.contrib.learn.ModeKeys.validate
@classmethod
validate(
cls,
key
)