Skip to content

Commit

Permalink
[Automated Commit] Format Codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcommons-bot committed Dec 20, 2024
1 parent c2cd92e commit be6ff52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graph/R-GAT/tools/accuracy_igbh.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ def get_labels(labels, val_idx, id_list):

with open(args.output_file, "w") as fp:
fp.write("accuracy={:.3f}%, good={}, total={}".format(
100.0 * results["accuracy"], results["number_correct_samples"], results["performance_sample_count"]
100.0 *
results["accuracy"], results["number_correct_samples"], results["performance_sample_count"]
))

0 comments on commit be6ff52

Please sign in to comment.