Views
No views yet
densenet201.tv_in1k.timm/densenet201.tv_in1k.| File | Description | Quantization |
|---|---|---|
densenet201_fp32.tflite | Floating-point LiteRT/TFLite model. | Floating-point weights and activations. |
densenet201_dynamic_wi8_afp32.tflite | Dynamic weight-quantized LiteRT/TFLite model. | INT8 weights with floating-point activations. |
densenet201_int8_channelwise.tflite | Static INT8 LiteRT/TFLite model. | INT8 weights and INT8 activations, with channelwise weight quantization. |
densenet201_int8_channelwise.tflite was quantized with AI Edge Quantizer's static W8A8 recipe (STATIC_WI8_AI8).| Tensor group | Quantization |
|---|---|
| Weights | INT8, symmetric, channelwise quantization. |
| Activations | INT8, asymmetric, tensorwise quantization. |
| Model input | INT8, tensorwise quantized NCHW image tensor with shape [1, 3, 224, 224]. |
| Model output | INT8, tensorwise quantized logits tensor with shape [1, 1000]. |
densenet201.tv_in1k. The resolved TIMM preprocessing config was {"crop_mode": "center", "crop_pct": 0.875, "input_size": [3, 224, 224], "interpolation": "bicubic", "mean": [0.485, 0.456, 0.406], "std": [0.229, 0.224, 0.225]}. When using APIs that expose raw tensor buffers, prepare the input and output using the quantization parameters stored in the model.1@inproceedings{huang2017densely,
2 title={Densely Connected Convolutional Networks},
3 author={Huang, Gao and Liu, Zhuang and van der Maaten, Laurens and Weinberger, Kilian Q },
4 booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
5 year={2017}
6}