malllabiisc / CompGCN

ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
Apache License 2.0
597 stars 107 forks source link

Avoid characters, which breake the use on Windows #41

Open 1Maxnet1 opened 1 year ago

1Maxnet1 commented 1 year ago

When working with this repository one of the first issues we encountered, is that the code as is does not work on Windows. This little change allows to execute it on windows. As many people stumbled upon this fix (#36 ) it would make sense to change it.

Resolves #36