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
OpenDAS
nni
Commits
04257666
Unverified
Commit
04257666
authored
Dec 11, 2018
by
chicm-ms
Committed by
GitHub
Dec 11, 2018
Browse files
Fix nnictl multiThread option (#467)
parent
84cb53a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tools/nni_cmd/launcher.py
tools/nni_cmd/launcher.py
+2
-0
No files found.
tools/nni_cmd/launcher.py
View file @
04257666
...
@@ -203,6 +203,8 @@ def set_experiment(experiment_config, mode, port, config_file_name):
...
@@ -203,6 +203,8 @@ def set_experiment(experiment_config, mode, port, config_file_name):
request_data
[
'description'
]
=
experiment_config
[
'description'
]
request_data
[
'description'
]
=
experiment_config
[
'description'
]
if
experiment_config
.
get
(
'multiPhase'
):
if
experiment_config
.
get
(
'multiPhase'
):
request_data
[
'multiPhase'
]
=
experiment_config
.
get
(
'multiPhase'
)
request_data
[
'multiPhase'
]
=
experiment_config
.
get
(
'multiPhase'
)
if
experiment_config
.
get
(
'multiThread'
):
request_data
[
'multiThread'
]
=
experiment_config
.
get
(
'multiThread'
)
if
experiment_config
.
get
(
'advisor'
):
if
experiment_config
.
get
(
'advisor'
):
request_data
[
'advisor'
]
=
experiment_config
[
'advisor'
]
request_data
[
'advisor'
]
=
experiment_config
[
'advisor'
]
else
:
else
:
...
...
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