There was an error while loading. Please reload this page.
1 parent 44bbaf6 commit e5a0ffdCopy full SHA for e5a0ffd
1 file changed
aws/lambda/pytorch-auto-revert/pytorch_auto_revert/testers/autorevert.py
@@ -302,12 +302,16 @@ def autorevert_checker(
302
303
if verbose:
304
print()
305
- print("*********************************************************************")
+ print(
306
+ "*********************************************************************"
307
+ )
308
print("STATS SUMMARY:")
309
print(f" PRECISION: {stats_precision * 100:.1f}%")
310
print(f" RECALL: {stats_recall * 100:.1f}%")
311
print(f" F1: {stats_f1 * 100:.1f}%")
312
313
314
315
316
317
workflow_statistics = defaultdict(
0 commit comments