Skip to content
Snippets Groups Projects
Commit 111adf7f authored by Fize Jacques's avatar Fize Jacques
Browse files

Debug

parent ac8806e1
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ all_res = []
pbar = tqdm(fns)
for fn in pbar:
pbar.set_description("run eval on "+ fn)
verbose_cmd = "-v" if args.v else ""
verbose_cmd = "-v" if args.verbose else ""
if not os.path.exists(fn + "_results_lp"):
command = "python evalNE_script.py {0} -f {1} -n --train-frac {2} {3}".format(fn, args.format,args.train_frac,verbose_cmd).split()
output = subprocess.run(command)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment