Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.59 KB

File metadata and controls

43 lines (30 loc) · 1.59 KB

SqueezeNet

Description

SqueezeNet is a small CNN which achieves AlexNet level accuracy on ImageNet with 50x fewer parameters. SqueezeNet requires less communication across servers during distributed training, less bandwidth to export a new model from the cloud to an autonomous car and more feasible to deploy on FPGAs and other hardware with limited memory.

Model

Model Download ONNX version Opset version Top-1 accuracy (%) Top-5 accuracy (%)
SqueezeNet 1.0 5 MB 1.9 12 56.85 79.87

Dataset

ImageNet (ILSVRC2012).

References

Contributors

License

Apache 2.0