This is an implementation of "Model Soups" on Keras, Tensorflow and Torch.
The implementation is based on paper[1].
- Uniform Soup
- Greedy Soup
- Python 3
- Tensorflow2 or Torch
- Model soups: averaging weights of multiple fine-tuned models improves accuracy without increasing inference time, Mitchell Wortsman, Gabriel Ilharco, Samir Yitzhak Gadre, Rebecca Roelofs, Raphael Gontijo-Lopes, Ari S. Morcos, Hongseok Namkoong, Ali Farhadi, Yair Carmon, Simon Kornblith, Ludwig Schmidt, https://arxiv.org/abs/2203.05482v1
- Hyungjin Kim(flslzk@gmail.com)