The octave-resnext-50-0.25
model is a modification of resnext-50
with Octave convolutions from Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convolution with alpha=0.25
. Like the original model, this model is designed for image classification. For details about family of Octave Convolution models, check out the repository.
Metric | Value |
---|---|
Type | Classification |
GFLOPs | 6.444 |
MParams | 25.02 |
Source framework | MXNet* |
A blob that consists of a single image of 1x3x224x224
in RGB
order. Before passing the image blob into the network, subtract RGB mean values as follows: [124,117,104]. In addition, values must be divided by 0.0167.
Image, name: data
, shape: 1,3,224,224
, format: B,C,H,W
, where:
B
- batch sizeC
- channelH
- heightW
- width
Channel order is RGB
.
Mean values: [124,117,104], scale value: 59.880239521.
Image, name: data
, shape: 1,3,224,224
, format: B,C,H,W
,where:
B
- batch sizeC
- channelH
- heightW
- width
Channel order is BGR
.
The model output for octave-resnext-50-0.125
is a typical object-classifier output for 1000 different classifications matching those in the ImageNet database.
Object classifier according to ImageNet classes, name: prob
, 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: prob
, shape: 1,1000
, output data format is B,C
, where:
B
- batch sizeC
- predicted probabilities for each class in [0, 1] range