1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

remove debug

This commit is contained in:
Zach Dwiel
2018-02-20 11:57:16 -05:00
parent d1bf83047c
commit eba900067c

View File

@@ -300,7 +300,6 @@ if __name__ == "__main__":
"--worker_hosts={}".format(worker_hosts), "--worker_hosts={}".format(worker_hosts),
"--job_name=ps", "--job_name=ps",
] ]
print(' '.join(cmd))
parameter_server = Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, bufsize=1) parameter_server = Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, bufsize=1)
screen.log_title("*** Distributed Training ***") screen.log_title("*** Distributed Training ***")