bytedance / byteps

A high performance and generic framework for distributed DNN training
Other
3.62k stars 488 forks source link

Does byteps support GNN training? #257

Open bookug opened 4 years ago

bookug commented 4 years ago

Does byteps support GNN training? Or graph computing?

bobzhuyb commented 4 years ago

You can use it for synchronizing GNN model parameters. However, for graph sampling you will need extra logic.