File size: 960 Bytes
78ad2dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
license: apache-2.0
datasets:
- uoft-cs/cifar100
language:
- en
metrics:
- accuracy
pipeline_tag: image-classification
---
# Model Card for LGViT

The checkpoint of LGViT using the Swin backbone in the Cifar-100 dataset.

## Model Details


### Model Sources 

<!-- Provide the basic links for the model. -->

- **Repository:** https://github.com/falcon-xu/LGViT
- **Paper:** https://arxiv.org/abs/2308.00255



#### Metrics

- Classification accuracy
- Speed-Up

### Results

[More Information Needed]

#### Summary



## Citation 

<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->

**BibTeX:**

```
@article{xu2023lgvit,
  title={LGViT: Dynamic Early Exiting for Accelerating Vision Transformer},
  author={Xu, Guanyu and Hao, Jiawei and Shen, Li and Hu, Han and Luo, Yong and Lin, Hui and Shen, Jialie},
  journal={arXiv preprint arXiv:2308.00255},
  year={2023}
}
```