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 a932eba commit 6356d94Copy full SHA for 6356d94
tools/accuracy_checker/openvino/tools/accuracy_checker/main.py
@@ -131,6 +131,7 @@ def configure_evaluator_kwargs(args):
131
evaluator_kwargs['metrics_interval'] = args.metrics_interval
132
evaluator_kwargs['ignore_result_formatting'] = args.ignore_result_formatting
133
evaluator_kwargs['csv_result'] = args.csv_result
134
+ evaluator_kwargs['ignore_metric_reference'] = args.ignore_metric_reference
135
evaluator_kwargs['store_only'] = args.store_only
136
return evaluator_kwargs
137
0 commit comments