netw0rkf10w / pyADGM

Python implementation of Alternating Direction Graph Matching
2 stars 0 forks source link

A running error in ADGM solver #3

Open BinruiShen opened 3 years ago

BinruiShen commented 3 years ago

Hi, when I try the code in the readme.md, there is error when I call the ADGM solver. The exact code is row_ind, col_ind = linear_sum_assignment(-X) and error is that ValueError: matrix contains invalid numeric entries.

netw0rkf10w commented 3 years ago

Could you tell me what code exactly did you run? There's a bunch of code in the readme... Have you tried running demo.py? According to the message, it's worth printing X right before calling linear_sum_assignment to see what the numerical issue is.