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

Do you try to re-implement binary function search task? #1

Closed SicongCao closed 3 years ago

SicongCao commented 3 years ago

请问您尝试复现过论文中提到的二元函数搜索任务吗,如果可以的话,可以留个联系方式

Lin-Yijie commented 3 years ago

The authors have not released their dataset hence we do not test the Binary Function Similarity Search tasks. I conjecture that you could change the loss to "hanmming" in configure.py to train the model for this task.