DeepLearningExamples/PyTorch/Detection/SSD/qa/benchmark_baselines/SSD300_pytorch_19.05_inference_fp32.json

35 lines
569 B
JSON
Raw Normal View History

{
"bs" : [
2,
4,
8,
16,
32
],
"metric_keys" : [
"images_per_second"
],
"metrics" : {
"1" : {
"16" : {
"images_per_second" : 280.4733254
},
"2" : {
"images_per_second" : 143.8231571
},
"32" : {
"images_per_second" : 305.4504603
},
"4" : {
"images_per_second" : 202.6915644
},
"8" : {
"images_per_second" : 230.262872
}
}
},
"ngpus" : [
1
]
}