"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "6ba62cf25d07300d8bca2ea41d37a0823e4f96f8"
Commit 9086775f authored by sunxx1's avatar sunxx1
Browse files

Merge branch 'test' into 'main'

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

See merge request dcutoolkit/deeplearing/dlexamples_new!18
parents ae5cea86 11a9dcd0
...@@ -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