Skip to content
New issue

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

大型图的处理 #40

Open
yuanyz0825 opened this issue Jul 18, 2023 · 1 comment
Open

大型图的处理 #40

yuanyz0825 opened this issue Jul 18, 2023 · 1 comment

Comments

@yuanyz0825
Copy link

当处理图级的超图分类问题,如果每个超图的节点和超边数量较多,batch加速处理对邻接矩阵进行类似dgl.batch的拼接方式时,似乎并不支持很大的batch_size,如何优化?或者在计算速度和显存之间取舍?

@LuShuaiqi-Geo
Copy link

I also encountered the same problem. When the number of graph vertices reaches about 20,000, there will be insufficient video memory and it is impossible to generate a supergraph from an ordinary graph. I am using a 3090 graphics card. This problem occurs when using larger memory. will be alleviated, but this limits the computational efficiency of the entire model and increases the dependence on memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant