FedGraphNN icon indicating copy to clipboard operation
FedGraphNN copied to clipboard

FedGraphNN: A Federated Learning Platform for Graph Neural Networks with MLOps Support. The previous research version is accepted to ICLR'2021 - DPML and MLSys'21 - GNNSys workshops.

Results 7 FedGraphNN issues
Sort by recently updated
recently updated
newest added

In experiments/distributed/moleculenet/main_fedavg.py, several lines of codes at the end of the file are shown as follows: ``` if process_id == 0: post_complete_message_to_sweep_process(args) ``` Actually, these two lines of codes cannot...

I ran run_fedavg_distributed_pytorch but the experiment was stuck after creating the model done. What's wrong? 2022-04-10,23:37:38.903 - {data_loader.py (453)} - load_partition_data(): Client idx = 0, local sample number = 191...

When loading the "ciao" and "epinions" datasets with function "load_partition_data", there is an error as follows: `RuntimeError: The 'data' object was created by an older version of PyG. If this...

Hellow! I am a beginner in knowledge graph embedding. It's a very up-to-date work which help a lot for me to understand the task of knowledge graph reasoning and federated...

Hi There Would you mind sharing how to get .pkl files and .npy files downloaded in data directory shell script? Thanks a lot!

Hi! When trying to run the code of "subgraph relation prediction", I received this feedback: Traceback (most recent call last): File "fed_subgraph_rel_pred.py", line 17, in from training.subgraph_level.fed_subgraph_rel_trainer import FedSubgraphRelTrainer ModuleNotFoundError:...