FedML-AI / FedML

FEDML - The unified and scalable ML library for large-scale distributed training, model serving, and federated learning. FEDML Launch, a cross-cloud scheduler, further enables running any AI jobs on any GPU cloud or on-premise cluster. Built on this library, TensorOpera AI (https://TensorOpera.ai) is your generative AI platform at scale.
https://TensorOpera.ai
Apache License 2.0
4.15k stars 778 forks source link

Where can I find FedGraphNN? #1632

Closed SpeeeedLee closed 9 months ago

SpeeeedLee commented 9 months ago

I follow the paper about FedGraphNN(https://iclr.cc/virtual/2021/4186) to here, but I can find it, will anyone please guide me to it ?

Thanks a lot.

fedml-dimitris commented 9 months ago

@SpeeeedLee please have a look here: https://github.com/FedML-AI/FedML/tree/master/python/examples/federate/prebuilt_jobs/fedgraphnn

SpeeeedLee commented 9 months ago

Thank you for your help !