File size: 553 Bytes
feb980c
 
21f95af
 
feb980c
21f95af
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
---
license: apache-2.0
datasets:
- imagenet-1k
---
# Model card for pytorch_mobilevit_xs

A PyTorch implementation of MobileViT-XS model, based on [Timm](https://github.com/huggingface/pytorch-image-models).

The model weights were taken from [timm/mobilevit_xs.cvnets_in1k](https://huggingface.co/timm/mobilevit_xs.cvnets_in1k).

For further insights into the model's implementation details, please refer to [MCT Model Garden - MobileViT-XS](https://github.com/sony/model_optimization/tree/main/tutorials/mct_model_garden/models_pytorch/mobilevit_xs)