Skip to content
#

graph-neural-networks

Here are 195 public repositories matching this topic...

jaromiru
jaromiru commented Mar 18, 2020

The documentation about edge orientation is inconsistent. In the Creating Message Passing Networks tutorial, the main expression says that e𝑖,𝑗 denotes (optional) edge features from node 𝑖 to node 𝑗., the attached expression also suggests it. However, in documentation to MessagePassing.message(), the documentation says Constructs messages from node 𝑗 to node 𝑖 (this is actually true).

I

jiank2
jiank2 commented Apr 21, 2020

In LINE's code, there might be a minor error in negative sampling part (if I understand it correctly).
https://github.com/THUDM/cogdl/blob/a69a969020b8aa41cfcd8ac54511984bc5b32d62/cogdl/models/emb/line.py#L133-L137

If index j for negative samples start at 1, then the number of negative sample should be self.negative-1. For example, if you set self.negative=5, 0 is not the negative sample (sin

SEAL-CI

Improve this page

Add a description, image, and links to the graph-neural-networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graph-neural-networks topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.