|
|
|
@ -282,7 +282,7 @@ def report_statistics(loss_info:dict):
|
|
|
|
for key in keys:
|
|
|
|
for key in keys:
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
print("Loss statistics for file " + key)
|
|
|
|
print("Loss statistics for file " + key)
|
|
|
|
info, recent = statistics(loss_info[key])
|
|
|
|
info, recent = statistics(list(loss_info[key]))
|
|
|
|
print(info)
|
|
|
|
print(info)
|
|
|
|
print(recent)
|
|
|
|
print(recent)
|
|
|
|
except Exception as e:
|
|
|
|
except Exception as e:
|
|
|
|
|