Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dcuai
dlexamples
Commits
11a9dcd0
Commit
11a9dcd0
authored
Jun 29, 2022
by
lidc
Browse files
删除函数名称中的空格错误
parent
ae5cea86
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
TensorFlow2x/ComputeVision/Detection/MaskRCNN/mask_rcnn/distributed_executer.py
...sion/Detection/MaskRCNN/mask_rcnn/distributed_executer.py
+1
-1
No files found.
TensorFlow2x/ComputeVision/Detection/MaskRCNN/mask_rcnn/distributed_executer.py
View file @
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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment