mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
remove debug
This commit is contained in:
1
coach.py
1
coach.py
@@ -326,7 +326,6 @@ if __name__ == "__main__":
|
|||||||
"--job_name=worker",
|
"--job_name=worker",
|
||||||
"--load_json={}".format(json_run_dict_path)]
|
"--load_json={}".format(json_run_dict_path)]
|
||||||
|
|
||||||
print(' '.join(workers_args))
|
|
||||||
p = Popen(workers_args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, bufsize=1)
|
p = Popen(workers_args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, bufsize=1)
|
||||||
|
|
||||||
if i != run_dict['num_threads']:
|
if i != run_dict['num_threads']:
|
||||||
|
|||||||
Reference in New Issue
Block a user