The image classification results of FDViT models on ImageNet dataset are shown in the following table.
Model
Parameters (M)
FLOPs(G)
Top-1 Accuracy (%)
FDViT-Ti
4.6
0.6
73.74
FDViT-S
21.6
2.8
81.45
FDViT-B
68.1
11.9
82.39
Model Usage
from transformers import AutoModelForImageClassification
import torch
model = AutoModelForImageClassification.from_pretrained("FDViT_s", trust_remote_code=True)
model.eval()
inp = torch.ones(1,3,224,224)
out = model(inp)
Citation
@inproceedings{xu2023fdvit,
title={FDViT: Improve the Hierarchical Architecture of Vision Transformer},
author={Xu, Yixing and Li, Chao and Li, Dong and Sheng, Xiao and Jiang, Fan and Tian, Lu and Sirasao, Ashish},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
pages={5950--5960},
year={2023}
}
Runs of amd FDViT_s on huggingface.co
3
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
2
30-day runs
More Information About FDViT_s huggingface.co Model
FDViT_s huggingface.co is an AI model on huggingface.co that provides FDViT_s's model effect (), which can be used instantly with this amd FDViT_s model. huggingface.co supports a free trial of the FDViT_s model, and also provides paid use of the FDViT_s. Support call FDViT_s model through api, including Node.js, Python, http.
FDViT_s huggingface.co is an online trial and call api platform, which integrates FDViT_s's modeling effects, including api services, and provides a free online trial of FDViT_s, you can try FDViT_s online for free by clicking the link below.
FDViT_s is an open source model from GitHub that offers a free installation service, and any user can find FDViT_s on GitHub to install. At the same time, huggingface.co provides the effect of FDViT_s install, users can directly use FDViT_s installed effect in huggingface.co for debugging and trial. It also supports api for free installation.