You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I was looking at the results in the table here (https://mlperf.org/inference-results-0-7/) and had a question about the meaning of the unit for DLRM offline samples/s.
Is one "sample" taken to be a single data point, i.e. input features for (user, item, metadata) to generate one single prediction probability, or are they somehow batched according to a distribution like this one https://github.com/mlperf/inference/blob/master/recommendation/dlrm/pytorch/tools/dist_quantile.txt? I'm a little confused on the terminology and what's being measured in these benchmarks. Some clarification would be amazing, thank you!
The text was updated successfully, but these errors were encountered:
The term 'user-item pair' is not defined. The definition of sample hinges on this and even the Ad Criteo dataset does not explicitly define it. Could a definition of 'user-item pair' be added? Thanks.
Hi! I was looking at the results in the table here (https://mlperf.org/inference-results-0-7/) and had a question about the meaning of the unit for DLRM offline samples/s.
Is one "sample" taken to be a single data point, i.e. input features for (user, item, metadata) to generate one single prediction probability, or are they somehow batched according to a distribution like this one https://github.com/mlperf/inference/blob/master/recommendation/dlrm/pytorch/tools/dist_quantile.txt? I'm a little confused on the terminology and what's being measured in these benchmarks. Some clarification would be amazing, thank you!
The text was updated successfully, but these errors were encountered: