DeepLearningExamples/PyTorch/Detection/SSD/qa/benchmark_baselines/SSD300_pytorch_19.05_inference_fp32.json
Przemek Strzelczyk 5eaebefcd0 Updating PyTorch models
* New training scripts & results for RN50 PyT
* Documentation updates for Trasformer, SSD and MaskRCNN
2019-05-27 15:24:14 +02:00

35 lines
569 B
JSON

{
"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
]
}