codecamp

TensorFlow函数:tf.estimator.ModeKeys

tf.estimator.ModeKeys函数

ModeKeys类

定义在:tensorflow/python/estimator/model_fn.py

model 模式的标准名称.

定义了以下的标准键:

  • TRAIN:训练模式.
  • EVAL:计算模式.
  • PREDICT:推理模式.

类成员

  • EVAL
  • PREDICT
  • TRAIN
TensorFlow函数:tf.estimator.LatestExporter
TensorFlow函数:tf.estimator.regressor_parse_example_spec
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定