├── Quant.py ├── README.md ├── _quan_base.py ├── datasets.py ├── engine.py ├── hubconf.py ├── losses.py ├── main.py ├── models.py ├── pic.png ├── quant_vision_transformer.py ├── run_with_submitit.py ├── samplers.py └── utils.py /Quant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/Quant.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/README.md -------------------------------------------------------------------------------- /_quan_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/_quan_base.py -------------------------------------------------------------------------------- /datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/datasets.py -------------------------------------------------------------------------------- /engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/engine.py -------------------------------------------------------------------------------- /hubconf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/hubconf.py -------------------------------------------------------------------------------- /losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/losses.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/main.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/models.py -------------------------------------------------------------------------------- /pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/pic.png -------------------------------------------------------------------------------- /quant_vision_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/quant_vision_transformer.py -------------------------------------------------------------------------------- /run_with_submitit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/run_with_submitit.py -------------------------------------------------------------------------------- /samplers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/samplers.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YanjingLi0202/Q-ViT/HEAD/utils.py --------------------------------------------------------------------------------