Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 682 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 682 Bytes

Model Soups

This is an implementation of "Model Soups" on Keras, Tensorflow and Torch.

The implementation is based on paper[1].

Method

  • Uniform Soup
  • Greedy Soup

Requirements

  • Python 3
  • Tensorflow2 or Torch

Reference

  1. 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

Contributor