"examples/tensorflow/language-modeling/run_mlm.py" did not exist on "c988db5af2a5f1ccfcb5ad19bd735b6a77516637"
Unverified Commit 2c862dcb authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

Merge pull request #112 from Microsoft/master

merge master
parents 7c7832ce f437107d
......@@ -65,7 +65,7 @@ def main_loop(args):
while True:
retCode = process.poll()
# 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))
if args.pai_hdfs_output_dir is not None:
# Copy local directory to hdfs for OpenPAI
......
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