Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Code for our ICLR19 paper "Wasserstein Barycenters for Model Ensembling", Pierre Dognin, Igor Melnyk, Youssef Mroueh, Jarret Ross, Cicero Dos Santos, Tom Sercu

License

Notifications You must be signed in to change notification settings

IBM/wasserstein-barycenters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wasserstein Barycenters

Wasserstein Barycenters were presented for models ensembling in the ICLR'19 paper:

"Wasserstein Barycenter Model Ensembling", Pierre Dognin, Igor Melnyk, Youssef Mroueh, Jarret Ross, Cicero Dos Santos, and Tom Sercu available on arxiv and openreview

@inproceedings{
dognin2018wasserstein,
title={Wasserstein Barycenter Model Ensembling},
author={Pierre Dognin and Igor Melnyk and Youssef Mroueh and Jarret Ross and Cicero Dos Santos and Tom Sercu},
booktitle={International Conference on Learning Representations},
year={2019},
url={https://openreview.net/forum?id=H1g4k309F7},
}

This github repository provides the PyTorch code for computing Wassersteing Barycenters. The code is ready for use with PyTorch 1.0.0.

Code

To run a simple wasserstein barycenter test code, use pytorch version >=1.0.0:

python test.py

Notebooks

We provide a notebook for synthetic experiments:

 jupyter ./notebooks/synthetic_experiments.ipynb

About

Code for our ICLR19 paper "Wasserstein Barycenters for Model Ensembling", Pierre Dognin, Igor Melnyk, Youssef Mroueh, Jarret Ross, Cicero Dos Santos, Tom Sercu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published