Views
No views yet
vit_base_patch16_224.augreg_in1k.timm/vit_base_patch16_224.augreg_in1k.| File | Description | Quantization |
|---|---|---|
vit_base_patch16_224_fp32.tflite | Floating-point LiteRT/TFLite model. | Floating-point weights and activations. |
vit_base_patch16_224_dynamic_wi8_afp32.tflite | Dynamic weight-quantized LiteRT/TFLite model. | INT8 weights with floating-point activations. |
vit_base_patch16_224_int8_channelwise.tflite | Static INT8 LiteRT/TFLite model. | INT8 weights and INT8 activations, with channelwise weight quantization. |
vit_base_patch16_224_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]. |
vit_base_patch16_224.augreg_in1k. The resolved TIMM preprocessing config was {"crop_mode": "center", "crop_pct": 0.9, "input_size": [3, 224, 224], "interpolation": "bicubic", "mean": [0.5, 0.5, 0.5], "std": [0.5, 0.5, 0.5]}. When using APIs that expose raw tensor buffers, prepare the input and output using the quantization parameters stored in the model.1@article{steiner2021augreg,
2 title={How to train your ViT? Data, Augmentation, and Regularization in Vision Transformers},
3 author={Steiner, Andreas and Kolesnikov, Alexander and and Zhai, Xiaohua and Wightman, Ross and Uszkoreit, Jakob and Beyer, Lucas},
4 journal={arXiv preprint arXiv:2106.10270},
5 year={2021}
6}1@article{dosovitskiy2020vit,
2 title={An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale},
3 author={Dosovitskiy, Alexey and Beyer, Lucas and Kolesnikov, Alexander and Weissenborn, Dirk and Zhai, Xiaohua and Unterthiner, Thomas and Dehghani, Mostafa and Minderer, Matthias and Heigold, Georg and Gelly, Sylvain and Uszkoreit, Jakob and Houlsby, Neil},
4 journal={ICLR},
5 year={2021}
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}