[논문리뷰] Model Stock: All We Need Is Just a Few Fine-Tuned Models
·
Artificial_Intelligence🤖/Natural Language Processing
논문 정보Title: Model Stock: All We Need Is Just a Few Fine-Tuned ModelsAuthors: Dong-Hwan Jang, Sangdoo Yun, Dongyoon Han (NAVER AI Lab)Published: 2024.09.30Pages: pp 207–223Conference: ECCV 2024Link: https://doi.org/10.1007/978-3-031-72784-9_12 BackgroundMerge란?모델 N개의 가중치를 결합하여 하나의 모델로 만드는 방법론입니다.class SimpleModel(nn.Module): def __init__(self, input_size, num_classes): super(SimpleModel..