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
非常感谢作者的开源工作,论文简洁明了,通俗易懂,复现结果也具备真实性。有个小问题:论文中并没有用空间嵌入,即代码中spatial_embedding_dim=0。如果想要做空间嵌入的话,看前人的工作对于空间嵌入最重要的是得到邻接矩阵A,那怎么用你们处理好的数据集来计算出邻接矩阵A呢?
spatial_embedding_dim=0
A
The text was updated successfully, but these errors were encountered:
你好,我们的项目没有用到邻接矩阵,数据集里也没有。spatial_embedding不一定需要邻接矩阵。
Sorry, something went wrong.
非常感谢作者的回答。那么请教一下,如果想要加入spatial_embedding,作者能提供一些思路嘛,我需要在哪里加代码呢?希望作者不吝赐教。
spatial_embedding
No branches or pull requests
非常感谢作者的开源工作,论文简洁明了,通俗易懂,复现结果也具备真实性。有个小问题:论文中并没有用空间嵌入,即代码中
spatial_embedding_dim=0
。如果想要做空间嵌入的话,看前人的工作对于空间嵌入最重要的是得到邻接矩阵A
,那怎么用你们处理好的数据集来计算出邻接矩阵A
呢?The text was updated successfully, but these errors were encountered: