Image Classification Models
Collection
LiteRT image-classification models from litert-community. • 74 items • Updated • 3
Converted TIMM image classification model for LiteRT.
swin_small_patch4_window7_224timm/swin_small_patch4_window7_224.ms_in22k_ft_in1kmodel.tflitefloat32 tensor in NCHW layout, shape [1, 3, 224, 224][1, 1000]CompiledModel.RESHAPE, TRANSPOSE, and related window/attention operations. The model is published as CPU-ready while GPU support is being improved.@inproceedings{liu2021Swin,
title={Swin Transformer: Hierarchical Vision Transformer using Shifted Windows},
author={Liu, Ze and Lin, Yutong and Cao, Yue and Hu, Han and Wei, Yixuan and Zhang, Zheng and Lin, Stephen and Guo, Baining},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
year={2021}
}
@misc{rw2019timm,
author = {Ross Wightman},
title = {PyTorch Image Models},
year = {2019},
publisher = {GitHub},
journal = {GitHub repository},
doi = {10.5281/zenodo.4414861},
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
}