Lin-Yijie / Graph-Matching-Networks

PyTorch implementation of Graph Matching Networks, e.g., Graph Matching with Bi-level Noisy Correspondence (COMMON, ICCV 2023), Graph Matching Networks for Learning the Similarity of Graph Structured Objects (GMN, ICML 2019).
Other
282 stars 55 forks source link

use my oun graph data #7

Closed eleveneee closed 1 year ago

eleveneee commented 1 year ago

Hello, your code is really amazing! But I encountered some problems during the operation. I wanted to input my own graph and get their similarity results, but I didn't see the specific input. What should I do? Looking forward to your reply!

Lin-Yijie commented 1 year ago

Hi, which paper do you refer to?

eleveneee commented 1 year ago

Graph Matching Networks for Learning the Similarity of Graph Structured Objects @Lin-Yijie