inference icon indicating copy to clipboard operation
inference copied to clipboard

Reference implementations of MLPerf™ inference benchmarks

Results 200 inference issues
Sort by recently updated
recently updated
newest added

According to the [README in the main branch](https://github.com/mlcommons/inference/tree/master/vision/classification_and_detection), the reference fp32 accuracy of RetinaNet is `37.5%` or `37.50%`. With this refence value, the 99% threshold for valid submissions is `37.50%...

Change-Id: I0dcd0928ab3e298d01136a169eb8f95d7e7e169b

This rename can help in importing submission_checker in other python files

Hi, I am trying to do inference with Bert. However, I don't find any API to set batch size in **run.py**. Could you pls. help me with that? Appreciate a...

Allows models prepended "bert-99" or "bert-99.9" to be mapped to their respective model category similarly to CV models i.e. bert-99_model-A, bert-99_model-B, etc. would be evaluated as bert-99 models. This was...

Fixes https://github.com/mlcommons/inference/issues/1208.

What is the intended way to get statistics from loadgen? Currently in the [mlperf mobile app](https://github.com/mlcommons/mobile_app_open) we use the `ReportLatencyResults` function to calculate performance from latency. However, recently this function...