Skip to content

Latest commit

 

History

History
 
 

fastconvnets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Fast Sparse ConvNets

This directory contains links to the TF-Lite models used in the paper "Fast Sparse ConvNets".

The MobileNetV1 models have a block size of 4 in the last inverted residual block, otherwise they are unstructured. The MobileNetV2 models have a block size of 2 from inverted residual block 11 onwards, otherwise they are unstructured. The exception is the width 1.8, 80% sparse model which unstructured throughout. The first full convolution and the final fully connected layer are both dense in all models. EfficientNet models are fully unstructured and the final fully connected layer is sparse.

Model Top-1 Accuracy Sparsity Latency (ms) SD 835 Download
MobileNetV1 .75 64.4% 90% 21 link
MobileNetV1 1.0 68.4% 90% 31 link
MobileNetV1 1.4 72.0% 90% 58 link
MobileNetV2 .8 65.2% 85% 26 link
Cache Aware MobileNetV2 1.0 69.7% 85% 33 link
MobileNetV2 1.15 70.2% 85% 40 link
MobileNetV2 1.4 72.0% 85% 54 link
MobileNetV2 1.8 74.9% 80% 102 link
MobileNetV2 2.0 74.5% 85% 93 link
EfficientNet B0 75.1% 80% 80 link
EfficientNet B1 76.7% 85% 110 link