KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
AS-ViT
★ 16
Open GitHub ↗
Adaptive Sparse ViT
Download README (.md)
Explore Similar Repositories
utm-adapter
:
No description available.
am
:
Autometrics Companion CLI app
Noxious-Animal-Dataset_KR
:
Noxious Animal Dataset
cigar
:
Efficient APR with LLMs http://arxiv.org/pdf/2402.06598
ASQP-Datasets
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AS-ViT
?
Download (.md)
# AS-ViT Implement of [Adaptive Sparse ViT](https://arxiv.org/abs/2209.13802) (IJCAI23)   ## requirement torch==1.9.0 torchvision==0.10.1 timm==0.4.12 ## training ```sh finetune.sh``` ## inference ```python3 infer.py --model-path path_to_model.pth --batch-size 256 --arch deit_small --data-path path_to_imagenet```