1
0
Fork 0
master
mrq 2023-02-18 03:17:46 +07:00
parent 602d477935
commit 915ab5f65d
1 changed files with 1 additions and 0 deletions

@ -450,6 +450,7 @@ def run_training(config_path):
buffer=[]
for line in iter(training_process.stdout.readline, ""):
buffer.append(line)
print(line)
yield "".join(buffer)
training_process.stdout.close()