Commit 11a9dcd0 authored by lidc's avatar lidc
Browse files

删除函数名称中的空格错误

parent ae5cea86
...@@ -489,7 +489,7 @@ class EstimatorExecuter(BaseExecuter): ...@@ -489,7 +489,7 @@ class EstimatorExecuter(BaseExecuter):
os.environ['TF_SYNC_ON_FINISH'] = '0' os.environ['TF_SYNC_ON_FINISH'] = '0'
def build_strategy_configu ration(self, mode): def build_strategy_configuration(self, mode):
"""Retrieves model configuration for running TF Estimator.""" """Retrieves model configuration for running TF Estimator."""
run_config = tf.estimator.RunConfig( run_config = tf.estimator.RunConfig(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment