tf.contrib.learn.ModeKeys

View source on GitHub

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

View source

Class Variables

  • EVAL = 'eval'
  • INFER = 'infer'
  • TRAIN = 'train'