DeepLearningExamples/PyTorch/Detection/SSD/qa/benchmark_baselines/SSD300_pytorch_19.01_inference_fp16.json

35 lines
595 B
JSON

{
"bs" : [
2,
4,
8,
16,
32
],
"metric_keys" : [
"images_per_second"
],
"metrics" : {
"1" : {
"16" : {
"images_per_second" : 470.099200788709
},
"2" : {
"images_per_second" : 163.117099093173
},
"32" : {
"images_per_second" : 520.538879400471
},
"4" : {
"images_per_second" : 296.604178917743
},
"8" : {
"images_per_second" : 412.522394180558
}
}
},
"ngpus" : [
1
]
}