Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plans for Parameter Efficient Fine Tuning (PEFT)? #358

Open
25benjaminli opened this issue Oct 4, 2024 · 2 comments
Open

Plans for Parameter Efficient Fine Tuning (PEFT)? #358

25benjaminli opened this issue Oct 4, 2024 · 2 comments

Comments

@25benjaminli
Copy link

For instance, adding LoRA to image encoder?

@25benjaminli 25benjaminli changed the title Plans for PEFT? Plans for Parameter Efficient Fine Tuning (PEFT)? Oct 4, 2024
@25benjaminli
Copy link
Author

I implemented my own version of LoRA for SAM2 which is similar to the version found for the original segment anything. Instead of targeting the queries and values for the regular attention blocks as did in SAM1, I targeted the MultiScaleBlock q and v. Are there any additional modifications that need to be made?

@iamwangyabin
Copy link

Hi, good ideas, but I want to know the memory usage of training with LoRA?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants