awslabs / dgl-ke

High performance, easy-to-use, and scalable package for learning large-scale knowledge graph embeddings.
https://dglke.dgl.ai/doc/
Apache License 2.0
1.25k stars 194 forks source link

whether just assign vertexes but not the edges together with on graph partition when use METIS #264

Open YijianLiu opened 1 year ago

YijianLiu commented 1 year ago

Hello, I have read the paper, but I have an issue, METIS can achieve graph partition including assigning edges into different partitions. But I see that the paper also uses relation partition, whether just assign vertexes but not the edges together with? And then you try to assign the edges on the relation partition.