Delete TODO to change the signature constants to match the Keras ModeKeys

PiperOrigin-RevId: 233817648
This commit is contained in:
Katherine Wu 2019-02-13 13:27:34 -08:00 committed by TensorFlower Gardener
parent 9a97e6a41e
commit 73640d97f6

View File

@ -137,8 +137,7 @@ tf_export(
# Train/Eval API constants.
# Not exported while export_all_saved_models is experimental.
DEFAULT_TRAIN_SIGNATURE_DEF_KEY = "train"
# TODO(b/123998850): Change default signature key to "test" after making sure
# that TFMA use cases won't break.
DEFAULT_EVAL_SIGNATURE_DEF_KEY = "eval"
SUPERVISED_TRAIN_METHOD_NAME = "tensorflow/supervised/training"