Skip to content

graph-learn功能空缺点 #1383

Answered by sighingnow
bookug asked this question in Q&A
Discussion options

You must be logged in to vote

请问现在graph-learn是否支持spark分布式训练?

graph-learn provides efficient support for sampling (graphscope.learning.Graph()), and tensorflow is the builtin supported ML framework, and definitely other engines can be leveraged on top of graphlearn.

多机多GPU分布式训练?

Yes, distributed training is supported and multi-gpu the train depends on the framework ifself. It would require certain setup effort, IMO.

是否支持TransformerConv,KGCN等较新的算法?

GraphScope (as well as graphlearn) doesn't have those builtin algorihtms, but users definitely can implement such ones on top of current framework.

egograph是否可以对接pyg,或者像subgraph那样通过GSL转换数据集从而支持pyg?

graphlearn hasn't been integrated with pyg yet.

训练/预测时各个点是独立训练的么,除了需要…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sighingnow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #1378 on March 18, 2022 02:59.