Properties of pretrained networks
Pretrained CNN model | Layers | Model size (MB) | Parameters | Input size (pixels) |
---|---|---|---|---|
ResNet-18 | 18 | 44 | 11.7 × 106 | 224 × 224 |
SqueezeNet | 18 | 5.2 | 1.24 × 106 | 227 × 227 |
DenseNet-201 | 201 | 77 | 20 × 106 | 224 × 224 |
AlexNet | 8 | 227 | 61 × 106 | 227 × 227 |
Xception | 71 | 85 | 22.9 × 106 | 299 × 299 |
NASNet-Large | 1244 | 332 | 88.9 × 106 | 331 × 331 |
indicates the network does not consist of a linear sequence of modules; NASNet: neural search architecture network; ResNet: residual network; DenseNet: dense convolutional network