Skip to content

Commit d9adefb

Browse files
github-actions[bot]pgmpablo157321
authored andcommitted
[Automated Commit] Format Codebase
1 parent 1111d24 commit d9adefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/submission/submission_checker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
# TODO: Final whisper sample count
515515
"whisper": 1,
516516
},
517-
"dataset-size" : {
517+
"dataset-size": {
518518
"retinanet": 24781,
519519
"bert-99": 10833,
520520
"bert-99.9": 10833,
@@ -1832,7 +1832,7 @@ def get_power_metric(config, scenario_fixed, log_path, is_valid, res):
18321832
samples_per_query = 8
18331833

18341834
if (scenario_fixed in ["MultiStream"]
1835-
) and scenario in ["SingleStream"]:
1835+
) and scenario in ["SingleStream"]:
18361836
power_metric = (
18371837
avg_power * power_duration * samples_per_query * 1000 / num_queries
18381838
)

0 commit comments

Comments
 (0)