relation-gcn-pytorch icon indicating copy to clipboard operation
relation-gcn-pytorch copied to clipboard

Question about Data Import and relation representation

Open benearnthof opened this issue 2 years ago • 0 comments

Hi, first of all thanks for providing this code, it is very nice to work with and I was able to reproduce 88% accuracy within 15 minutes of tinkering with the repository, very impressive!

I went to the website for the aifb dataset and was wondering how you converted the graph you get from importing the data to the array of sparse matrices that is contained in the pickle file you provide in this repo. Would really help me understand how to encode my own data to experiment with this architecture on different datasets. Can you provide code for dataset conversion to sparse matrices or recommend any packages you used? Best regards!

benearnthof avatar Apr 22 '22 08:04 benearnthof