Open bluelancer opened 3 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.
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