CompGCN
CompGCN copied to clipboard
How to get trained embedding matrix
Hi, nice work. How do I get the trained embeddings of entities and relations?
As you can see from Figure 2 in the paper. The output of CompGCN will give you the trained entity and relation embeddings

Thank you, but the foward gives the scores. Do you mean the outputs of forward_base are entity and relation embeddings?
Hi, do you have resolved this question?