What's Changed * Paddle support for functions in classic_solvers.py by Arist12 in https://github.com/Thinklab-SJTU/pygmtools/pull/2 * Bug fix for Sinkhorn * Updated debugging interface for GAMGM
* Add multi-graph matching algorithms (cao, mgm-floyd, gamgm). Now ``pytorch`` backend is supported. * Add CI support for multi-graph matching * Bug fixes
We include: + Benchmark on 5 datasets to handle dataset downloading/processing and evaluation. + You may also implement other datasets by this API. + Classic graph matching solvers on pytorch, numpy backend.