Thiviyan Thanapalasingam
Thiviyan Thanapalasingam
I could add a paragraph to the README about using custom datasets for link prediction and node classification. Let me know if that would help.
Could you please define what you mean by path queries? The [original paper](https://arxiv.org/abs/1703.06103) about the RGCN by Michael _et al._ uses FB15k (a subset of Freebase) and WN18 (a subset...
Thanks @JuliaGast for this. I will look into this. It's strange that I didn't encounter the problem. Which version of PyTorch were you using?
This is useful information. I will look into this and get back to you.
Hey! Thanks for reporting this. I have not experienced this issue before. By any chance, are you using a Linux machine?
Thanks! It seems that this is a common problem for Linux users. Next week, I will dive a bit deeper into why this is happening. In the meantime, this solution...
@wouterbeek I agree that a system-wide installation may be catastrophic. I would also recommend doing it inside your virtual environment. After all, if you look at your trackback it says...
Any luck @wouterbeek?
Hey @traopia, Thanks for reporting this issue. Segmentation fault is a system issue and it occurs when the program has issues accessing memory. Can you confirm that you have enough...
It is great to hear that it works on a different machine! This means that the code is still working. Regarding your machine, a segmentation fault is hard to debug...