Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkooy/Parameter-efficient-Fine-tuning-for-Vision-Transformers
Source Code for Parameter-efficient Fine-tuning for Vision Transformers
https://github.com/jkooy/Parameter-efficient-Fine-tuning-for-Vision-Transformers
Last synced: 7 days ago
JSON representation
Source Code for Parameter-efficient Fine-tuning for Vision Transformers
- Host: GitHub
- URL: https://github.com/jkooy/Parameter-efficient-Fine-tuning-for-Vision-Transformers
- Owner: jkooy
- Created: 2022-06-01T20:22:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T06:32:18.000Z (about 2 years ago)
- Last Synced: 2024-08-02T15:23:12.695Z (3 months ago)
- Size: 4.06 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parameter-efficient Fine-tuning for Vision Transformers
This repository contains the code for Parameter-efficient Fine-tuning for Vision Transformers.
It is organized as follows:
```
root
|–– few_shot/
|–– full_shot/
```## few_shot
Code for few-shot experiments.
## full_shot
Code for full-shot experiments.