Metadata-Version: 2.1
Name: sinkhorn-rebasin
Version: 0.0.1a0
Summary: Python package for differentiable re-basin using Sinkhorn operator
Home-page: https://fagp.github.io/sinkhorn-rebasin/
Author: Fidel Guerrero Pena
Author-email: fidel-alejandro.guerrero-pena@etsmtl.ca
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: torch (>=1.11.0)
Requires-Dist: torchvision (>=0.12.0)
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: torchviz

# Re-basin via implicit Sinkhorn differentiation

Official implementation of the paper [Re-basin via implicit Sinkhorn differentiation](https://arxiv.org/abs/2212.12042) (Accepted at CVPR 2023).

Install this library by running ``pip install sinkhorn-rebasin``. Check out the examples in our [GitHub](https://github.com/fagp/sinkhorn-rebasin/tree/main/examples).

