DeepLearningExamples/PyTorch/Detection/SSD/qa/benchmark_baselines/SSD300_pytorch_19.05_inference_fp16.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" : 478.225033
},
"2" : {
"images_per_second" : 148.5965123
},
"32" : {
"images_per_second" : 531.1827376
},
"4" : {
"images_per_second" : 283.3305197
},
"8" : {
"images_per_second" : 418.7012914
}
}
},
"ngpus" : [
1
]
}