DeepLearningExamples/PyTorch/Detection/SSD/qa/benchmark_baselines/SSD300_pytorch_19.05_inference_fp16.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" : 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
]
}