提交 207794f0 编写于 作者: S Shanqing Cai 提交者: GitHub

Merge pull request #8590 from besirkurtulmus/master

Comment referring to the wrong variable
......@@ -1105,7 +1105,7 @@ class Estimator(BaseEstimator):
if isinstance(model_fn_results, model_fn_lib.ModelFnOps):
return model_fn_results
# Here model_fn_ops should be a tuple with 3 elements.
# Here model_fn_results should be a tuple with 3 elements.
if len(model_fn_results) != 3:
raise ValueError('Unrecognized value returned by model_fn, '
'please return ModelFnOps.')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册