Standard names for Estimator model modes.
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.estimator.ModeKeys, tf.compat.v2.estimator.ModeKeys
tf.compat.v1.estimator.ModeKeys
tf.compat.v2.estimator.ModeKeys
The following standard keys are defined:
TRAIN
EVAL
PREDICT
EVAL = 'eval'
PREDICT = 'infer'
TRAIN = 'train'