FedML-AI / FedGraphNN

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.
https://arxiv.org/abs/2104.07145
180 stars 42 forks source link

About the missing code #8

Open 2645227346 opened 2 years ago

2645227346 commented 2 years ago

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 learning. But when I try to run the relation prediction code,I find the 'fed_subgraph_rel_trainer' is missing. And because of the access problem,I can't download the processed datasets in the subgraph-level like FB15k-237 and WN18RR from the web you provided.Would you mind share these datasets and the missing file ''fed_subgraph_rel_trainer' ?

Thank you very much for the early reply.