提交 b902459c 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Small fix in Estimator documentation.

Change: 150112019
上级 0e02f9a0
......@@ -100,12 +100,7 @@ class Estimator(object):
* `config`: Optional configuration object. Will receive what is passed
to Estimator in `config` parameter, or the default `config`.
Allows updating things in your model_fn based on configuration
such as `num_ps_replicas`.
* `model_dir`: Optional directory where model parameters, graph etc
are saved. Will receive what is passed to Estimator in
`model_dir` parameter, or the default `model_dir`. Allows
updating things in your model_fn that expect model_dir, such as
training hooks.
such as `num_ps_replicas`, or `model_dir`.
* Returns:
`EstimatorSpec`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册