This is a Caffe2* version of the ResNet-50 model, designed to perform image classification. This model was converted from Caffe* to Caffe2* format. For details see repository https://github.com/facebookarchive/models/tree/master/resnet50, paper https://arxiv.org/abs/1512.03385.
Metric | Value |
---|---|
Type | Classification |
GFLOPs | 8.216 |
MParams | 25.53 |
Source framework | Caffe2* |
Metric | Value |
---|---|
Top 1 | 76.38% |
Top 5 | 93.188% |
Image, name - gpu_0/data
, shape - 1,3,224,224
, format is B,C,H,W
where:
B
- batch sizeC
- channelH
- heightW
- width
Channel order is BGR
.
Mean values - [103.53,116.28,123.675], scale values - [57.375,57.12,58.395].
Image, name - gpu_0/data
, shape - 1,3,224,224
, format is B,C,H,W
where:
B
- batch sizeC
- channelH
- heightW
- width
Channel order is BGR
.
Object classifier according to ImageNet classes, name - gpu_0/softmax
, shape - 1,1000
, output data format is B,C
where:
B
- batch sizeC
- predicted probabilities for each class in [0, 1] range
Object classifier according to ImageNet classes, name - gpu_0/softmax
, shape - 1,1000
, output data format is B,C
where:
B
- batch sizeC
- predicted probabilities for each class in [0, 1] range
The original model is distributed under the Apache License, Version 2.0. A copy of the license is provided in APACHE-2.0.txt.