If the example script trains on mode 0 instead of 4, then it is just basically creating document-label embeddings?
edge_1 __label__node_1 __label__node_2 : Over here, edge_1 refers to the kind of relation that exists between node_1 and node_2? Or does it just signify a (directed) edge between these nodes? For instance: born_in __label__obama __label__hawaii would represent an example relation between two nodes?
From issue #195
edge_1 __label__node_1 __label__node_2
: Over here, edge_1 refers to the kind of relation that exists between node_1 and node_2? Or does it just signify a (directed) edge between these nodes? For instance:born_in __label__obama __label__hawaii
would represent an example relation between two nodes?