Overview of ShuffleNet Models
mainShuffleNet is a computationally efficient CNN architecture designed for mobile devices with limited computing power. It is used for image classification. The repository provides several versions:
- ShuffleNet-v1: Available in multiple ONNX versions (1.1 to 1.4) and Opset versions (3 to 9).
- ShuffleNet-v2: Includes standard FP32, quantized INT8, and QDQ versions.
Quantized INT8 models offer significant performance improvements (e.g., ~1.62x) with minimal impact on accuracy (Top-1 error increase of ~0.59%).