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
85cb472e
"src/sdk/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "cbf88f79ac130fbb8cd16188289a3ce89c12f1f8"
Commit
85cb472e
authored
Jan 08, 2019
by
Shinai Yang (FA TALENT)
Browse files
Merge branch 'master' of
https://github.com/SparkSnail/nni
parents
85c015dc
2c862dcb
Changes
41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/nni_trial_tool/trial_keeper.py
tools/nni_trial_tool/trial_keeper.py
+1
-1
No files found.
tools/nni_trial_tool/trial_keeper.py
View file @
85cb472e
...
@@ -65,7 +65,7 @@ def main_loop(args):
...
@@ -65,7 +65,7 @@ def main_loop(args):
while
True
:
while
True
:
retCode
=
process
.
poll
()
retCode
=
process
.
poll
()
# child worker process exits and all stdout data is read
# child worker process exits and all stdout data is read
if
retCode
is
not
None
and
log_pipe_stdout
.
is_read_completed
==
True
:
if
retCode
is
not
None
and
log_pipe_stdout
.
set_process_exit
()
and
log_pipe_stdout
.
is_read_completed
==
True
:
nni_log
(
LogType
.
Info
,
'subprocess terminated. Exit code is {}. Quit'
.
format
(
retCode
))
nni_log
(
LogType
.
Info
,
'subprocess terminated. Exit code is {}. Quit'
.
format
(
retCode
))
if
args
.
pai_hdfs_output_dir
is
not
None
:
if
args
.
pai_hdfs_output_dir
is
not
None
:
# Copy local directory to hdfs for OpenPAI
# Copy local directory to hdfs for OpenPAI
...
...
Prev
1
2
3
Next
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