.
All checks were successful
s444501-training/pipeline/head This commit looks good
s444501-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444501 2022-05-01 17:51:47 +02:00
parent fd51164f96
commit 3c4da67f2d

View File

@ -29,6 +29,7 @@ eval_results = {
filename = 'eval_results.json'
if not os.path.exists(filename):
print('No previous evaluation?')
with open(filename, 'w') as file:
json.dump({'eval_results': []}, file, indent=2)