from local
This commit is contained in:
parent
406b059499
commit
7ad2e1655d
Binary file not shown.
Binary file not shown.
@ -836,12 +836,13 @@ def main():
|
|||||||
new_line += '\n'
|
new_line += '\n'
|
||||||
|
|
||||||
new_jsons.write(new_line)
|
new_jsons.write(new_line)
|
||||||
|
'''
|
||||||
save_results(
|
save_results(
|
||||||
params=params,
|
params=params,
|
||||||
test_set_name=test_set,
|
test_set_name=test_set,
|
||||||
results_dict=results_dict,
|
results_dict=results_dict,
|
||||||
)
|
)
|
||||||
|
'''
|
||||||
|
|
||||||
'''
|
'''
|
||||||
for test_set, test_dl in zip(test_sets, test_dl):
|
for test_set, test_dl in zip(test_sets, test_dl):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user