CompGCN
CompGCN copied to clipboard
ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
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...
 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...
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...