zahrag / GAIN

Other
6 stars 0 forks source link

[Feature] which RFN implementation in this paper are we referring? #2

Open bluelancer opened 2 years ago

bluelancer commented 2 years ago

Hi!

I wonder if we are referring the RFN implementation, in this paper, on either GCN2020FinalProject or relational-fusion-networks?

The motivation is I am trying to compare my model with this paper as well as RFN but on a different problem. I wish to have a tf implementation of RFN (in case you might have done that) on super large graph, as MXNET, if I am correct (but pls correct, I am really new here), do not have a tf.generator that handles larger-than-memory dataset.

Best, Yifei Jin

zahrag commented 2 years ago

RFN research article (containing the link to the repo) is: @article{rfn, author={T. S. {Jepsen} and C. S. {Jensen} and T. D. {Nielsen}}, journal={IEEE Transactions on Intelligent Transportation Systems}, title={Relational Fusion Networks: Graph Convolutional Networks for Road Networks}, year={2020}, pages={1-12},}

The referenced implementation were used in our article experiment setup.