We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b60cd commit e216af0Copy full SHA for e216af0
tools/submission/submission_checker.py
@@ -1977,7 +1977,7 @@ def log_result(
1977
if config.version == "v4.0":
1978
unit = unit_dict[scenario_fixed]
1979
else:
1980
- unit = special_unit_dict.get(model_name, unit_dict)[scenario_fixed]
+ unit = special_unit_dict.get(mlperf_model, unit_dict)[scenario_fixed]
1981
power_unit = power_unit_dict[scenario_fixed]
1982
1983
if (power_metric <= 0) or (
0 commit comments