CompGCN icon indicating copy to clipboard operation
CompGCN copied to clipboard

ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks

Results 17 CompGCN issues
Sort by recently updated
recently updated
newest added

Hello, I just want to replace the head entity to evaluate the result, so which line should I keep

Thank you very much for sharing your work! In line 293 of the run.py file, head-batch and tail-batch correspond to (h,r,?) and(? ,r,t)? Or did I say it backwards?

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...

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.21.1 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...

dependencies

![625105ee8c7eb4049c38f708e361572](https://github.com/malllabiisc/CompGCN/assets/164445614/33254c95-33f5-4d7e-9e11-c4a269f90265) Please how this issue should be solved

Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.0 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...

dependencies

In class CompGCNConv and CompGCNConvBasis, it seems that w_loop, w_in and w_out are not used in the project. The 'out' (obtained by in_res, loop_res and out_res), and the bias do...