W3cubDocs

/TensorFlow Python

tf.contrib.learn.ModeKeys

Class ModeKeys

Defined in tensorflow/contrib/learn/python/learn/estimators/model_fn.py.

See the guide: Learn (contrib) > Estimators

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

validate

@classmethod
validate(
    cls,
    key
)

Class Members

EVAL

INFER

TRAIN

© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/learn/ModeKeys