AdaMerging icon indicating copy to clipboard operation
AdaMerging copied to clipboard

AdaMerging: Adaptive Model Merging for Multi-Task Learning. ICLR, 2024.

Results 7 AdaMerging issues
Sort by recently updated
recently updated
newest added

Hello, I attempted to reproduce the code, but encountered some issues. Could you please provide some insights into how much memory is expected to be used? Additionally, I suspect there...

Hello. thank you for your work i am interested in fine-tuning individual task. do you have the code for that. thank you

Hello, Thank you for providing the codes. The training process in provided code calculates the loss for each dataset and aggregates it to update the coefficients. Therefore, the coefficients (lambdas)...

Hello, I am trying to reproduce the results of EuroSAT dataset for the ViT-L-14 and ViT-B-32 models, but I am unable to match the performance reported in the paper. I...

When I try to load the model,I meet a problem `ModuleNotFoundError: No module named 'open_clip.transformer'`. Do you have any insight to solve it?

Hi. Nice paper. When trying to load a model checkpoint using torch.load(), the following error occurs: `AttributeError: Can't get attribute 'VisualTransformer' on ` It seems that open_clip no longer contains...

Hello! Thank you for sharing your excellent research and implementation. Your paper and code have been incredibly informative, and I'm learning a great deal about this novel approach to model...