-
Hi! Thank you very much for sharing the code.
Sorry to disturb, but I have met some problems when running ```main.py``` under IMDBMulti dataset. The program works fine under LINUX and AIDS700nef data…
-
Hello @yunshengb,Thanks for your codes!
I would like to ask if you want to implement the network structure in the paper, if you want to modify the configuration file provided by the code, and remov…
-
@yunshengb Hello, I'm very sorry to disturb you at this time. When I run the project, I found that Siamese classification has negative values on Kendall's_and Pearman's rho. At the same time, the effe…
-
感谢您能够分享您的论文,我读了之后有很多启发。
有一个问题我想搞清楚,计算图的相似度是不是重点在图的结构上的相似度?因为GED就是聚焦怎么样能够让两个图的结构变成一样。
第二个问题是我想将本结构化的文本表示成图的形式,然后计算文本图之间的相似度,这可能更加聚焦在图上的节点而不是主要聚焦在图的结构上,这种任务您的论文适用么。
万分感谢!
-
Hello:
I‘m trying to run python3 main.py in ubuntu 17.10. and it
![1](https://user-images.githubusercontent.com/29032540/54248930-4efbe080-4579-11e9-82f6-8bf85a496c25.png)
Am I need to…
-
Hi~
I ran the code, it is logical and clear, I like it.
But I when I try to let it compute my own gragh data, I am confuse...
I have change it's default training time and let it train for 1000 time…
-
Why is there a factor of 0.5 in [https://github.com/cszhangzhen/H2MN/blob/a2cf278bb5d4f8b4bf2c01f8c3e67f1150b0b940/main_regression.py#L156](url)?
The MSE metric described in the paper does not docu…
-
## 🐛 Bug
While running main.py from [Extended-SimGNN](https://github.com/gospodima/Extended-SimGNN)
I am getting an error when downloading GEDDataset from the Google Drive URL
I suspect this happ…
-
Hello,
I'm running into problems when building the graph-matching-toolkit. It appears some classes are missing when I try to compile using `ant`. Wondering if you ran into similar problems for this…
-
Hi, I noticed that in the SimGNN paper, there was a setting for FCL, "use 4 fully connected layers to reduce the dimension of the concatenated results from the NTN module, from 32 to 16, 16 to 8, 8 to…