Skip to content

Commit

Permalink
[Automated Commit] Format Codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 28, 2025
1 parent 06fbd93 commit 37746c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/submission/submission_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
684.68 * 0.9,
),
"rgat": ("acc", 0.7286 * 0.99),
"pointpainting": ("acc", 0.5425 * 0.999),
"pointpainting": ("acc", 0.5425 * 0.999),
},
"accuracy-upper-limit": {
"stable-diffusion-xl": (
Expand Down Expand Up @@ -1702,7 +1702,7 @@ def get_power_metric(config, scenario_fixed, log_path, is_valid, res):
samples_per_query = 8

if (scenario_fixed in ["MultiStream"]
) and scenario in ["SingleStream"]:
) and scenario in ["SingleStream"]:
power_metric = (
avg_power * power_duration * samples_per_query * 1000 / num_queries
)
Expand Down

0 comments on commit 37746c0

Please sign in to comment.