mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
remove debug
This commit is contained in:
1
coach.py
1
coach.py
@@ -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 ***")
|
||||||
|
|||||||
Reference in New Issue
Block a user