Skip to content
/ MLAE Public

The official PyTorch implementation of the paper "MLAE: Masked LoRA Experts for Visual Parameter-Efficient Fine-Tuning"

Notifications You must be signed in to change notification settings

jie040109/MLAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Usage

# ===== Before =====

# layer = nn.Linear(in_features, out_features)

# ===== After ======

layer = male.MLAE_Linear(in_features, out_features, r=rank, lora_alpha=lora_alpha, drop_rate=drop_rate)

About

The official PyTorch implementation of the paper "MLAE: Masked LoRA Experts for Visual Parameter-Efficient Fine-Tuning"

Resources

Stars

Watchers

Forks

Languages