DeepLearningExamples/PyTorch/Detection/SSD/qa/benchmark_baselines/SSD300_pytorch_19.01_training_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

46 lines
844 B
JSON

{
"bs" : [
2,
4,
8,
16
],
"metric_keys" : [
"images_per_second"
],
"metrics" : {
"1" : {
"16" : {
"images_per_second" : 121.772495269775
},
"2" : {
"images_per_second" : 56.0
},
"4" : {
"images_per_second" : 90.5315437316895
},
"8" : {
"images_per_second" : 103.113033294678
}
},
"4" : {
"16" : {
"images_per_second" : 472.226806640625
},
"2" : {
"images_per_second" : 184.061141967773
},
"4" : {
"images_per_second" : 324.639801025391
},
"8" : {
"images_per_second" : 391.055908203125
}
}
},
"ngpus" : [
1,
4
]
}