autogluon
autogluon copied to clipboard
How to use Conv-Lora in other domains ,for example vit?
I want to get the bottom level code about how to construct Conv-Lora ,so that I can use it in my research.
Hi, you could refer to https://github.com/autogluon/autogluon/blob/master/multimodal/src/autogluon/multimodal/models/adaptation_layers.py#L606, https://github.com/autogluon/autogluon/blob/master/multimodal/src/autogluon/multimodal/models/sam.py, https://github.com/autogluon/autogluon/blob/master/multimodal/src/autogluon/multimodal/optimization/lit_semantic_seg.py for further details.