W3cubDocs

/TensorFlow Python

tf.contrib.learn.ModeKeys

class tf.contrib.learn.ModeKeys

See the guide: Learn (contrib) > Estimators

Standard names for model modes.

The following standard keys are defined:

  • TRAIN: training mode.
  • EVAL: evaluation mode.
  • INFER: inference mode.

Class Members

EVAL

INFER

TRAIN

__init__

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

© 2017 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