Graph-Matching-Networks icon indicating copy to clipboard operation
Graph-Matching-Networks copied to clipboard

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...

Results 5 Graph-Matching-Networks issues
Sort by recently updated
recently updated
newest added

When I run train.py in the GMD , it reports the following runtime error. Do I need modify any code of the python files as you provided? How to fix...

您好! 我对您的工作非常感兴趣,对于COMMON这篇论文,有几个问题想请教您: 1. 请问我如何输入自己的数据来进行训练以及测试呢? 2. 生成图的代码可以单独摘出来用于生成图吗? 非常期待您的回复。

I did not see where the edge network weights are scaled by 0.1 in the code.

Since the default configuration of node_hidden_sizes is a vector of length 1, will the layers in the _for_ loop on lines 38:40 ever get created? https://github.com/Lin-Yijie/Graph-Matching-Networks/blob/f63c575ef9c6132207a52d2285cc4583c9947456/GMN/graphembeddingnetwork.py#L38