We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于新节点,在知道它与其他节点关系的情况下,如何生成和获取嵌入向量?这块有相关的代码介绍吗
The text was updated successfully, but these errors were encountered:
加载训练好的模型,将新节点的feat和邻域关系作为输入,可以把模型的最后一层输出128维的向量作为嵌入向量,训练的时候最好用自监督方式
Sorry, something went wrong.
No branches or pull requests
对于新节点,在知道它与其他节点关系的情况下,如何生成和获取嵌入向量?这块有相关的代码介绍吗
The text was updated successfully, but these errors were encountered: