from local
This commit is contained in:
parent
e7338135cc
commit
6b4b6a4d10
Binary file not shown.
@ -593,6 +593,8 @@ def save_results(
|
|||||||
s += "{}\t{}{}\n".format(key, val, note)
|
s += "{}\t{}{}\n".format(key, val, note)
|
||||||
note = ""
|
note = ""
|
||||||
logging.info(s)
|
logging.info(s)
|
||||||
|
with open(f'./{params.res_name}.txt', 'a') as f:
|
||||||
|
f.write(s)
|
||||||
|
|
||||||
|
|
||||||
@torch.no_grad()
|
@torch.no_grad()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user