Views
No views yet
regnetx_004_tv.tv2_in1k.timm/regnetx_004_tv.tv2_in1k.| File | Description | Quantization |
|---|---|---|
regnetx_004_tv_fp32.tflite | Floating-point LiteRT/TFLite model. | Floating-point weights and activations. |
regnetx_004_tv_dynamic_wi8_afp32.tflite | Dynamic weight-quantized LiteRT/TFLite model. | INT8 weights with floating-point activations. |
regnetx_004_tv_int8_channelwise.tflite | Static INT8 LiteRT/TFLite model. | INT8 weights and INT8 activations, with channelwise weight quantization. |
regnetx_004_tv_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]. |
regnetx_004_tv.tv2_in1k. The resolved TIMM preprocessing config was {"crop_mode": "center", "crop_pct": 0.965, "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{Radosavovic2020,
2 title = {Designing Network Design Spaces},
3 author = {Ilija Radosavovic and Raj Prateek Kosaraju and Ross Girshick and Kaiming He and Piotr Doll{'a}r},
4 booktitle = {CVPR},
5 year = {2020}
6}1@misc{rw2019timm,
2 author = {Ross Wightman},
3 title = {PyTorch Image Models},
4 year = {2019},
5 publisher = {GitHub},
6 journal = {GitHub repository},
7 doi = {10.5281/zenodo.4414861},
8 howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
9}