SPT icon indicating copy to clipboard operation
SPT copied to clipboard

[ICCV 2023 oral] This is the official repository for our paper: ''Sensitivity-Aware Visual Parameter-Efficient Fine-Tuning''.

Results 5 SPT issues
Sort by recently updated
recently updated
newest added

Hello, thanks for providing the code. I have some questions about calculating sensitivity, and I appreciate it if you could clarify them for me. 1. What values of `alpha` and...

Traceback (most recent call last): File "train_spt.py", line 18, in from model.vision_transformer_timm import VisionTransformerSepQKV File "/home/lyc/TNTprojectz/KE/SPT/model/__init__.py", line 2, in from .swin_transformer import * ModuleNotFoundError: No module named 'model.swin_transformer' ![image](https://github.com/ziplab/SPT/assets/167088965/97f1600f-c8bd-49aa-bde9-78bf0fb8e7e1) ![image](https://github.com/ziplab/SPT/assets/167088965/5504ede0-71e4-45f6-9ad2-b143fea0ab09)

Does SPT support the selection of sensitive parameters in LLMS? Very excited to see your work, I want to migrate your work to LLM, How can I change the code?...

https://github.com/ziplab/SPT/blob/e385f67ef0cba524b44072d52ec0650a7022f4e2/lib/datasets.py#L147 the line of code helps each class id appear only once in _class_ids,so what is the meaning of the following line of code?is there a problem with the code?...

Hello, Thank you for the work. I noticed Table 3 has only the average results for SWIN-B on VTAB. Could you provide the detailed per-dataset results? Best,