We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好! 我对您的工作非常感兴趣,对于COMMON这篇论文,有几个问题想请教您: 1. 请问我如何输入自己的数据来进行训练以及测试呢? 2. 生成图的代码可以单独摘出来用于生成图吗?
非常期待您的回复。
The text was updated successfully, but these errors were encountered:
我们的算法中图通过三角剖分构建的,详见
Graph-Matching-Networks/COMMON/src/dataset/data_loader.py
Line 112 in f63c575
这里包含了三角剖分、全联通和阈值图的构建,你可以通过这个函数构建自己的图。
Graph-Matching-Networks/COMMON/src/build_graphs.py
Line 12 in f63c575
要使用自己数据训练的话,可以修改train_eval.py里的dataloader。
Sorry, something went wrong.
No branches or pull requests
您好!
我对您的工作非常感兴趣,对于COMMON这篇论文,有几个问题想请教您:
1. 请问我如何输入自己的数据来进行训练以及测试呢?
2. 生成图的代码可以单独摘出来用于生成图吗?
The text was updated successfully, but these errors were encountered: