FedGraphNN icon indicating copy to clipboard operation
FedGraphNN copied to clipboard

[Missing file] No module named 'training.subgraph_level.fed_subgraph_rel_trainer'

Open QQQHY opened this issue 3 years ago • 0 comments

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: No module named 'training.subgraph_level.fed_subgraph_rel_trainer'

I find there is no file named "fed_subgraph_rel_trainer" under the folder "training/subgraph_level" . And the README of this part is the same as "Ego Networks".

Hope you can complete the file. Thanks!

QQQHY avatar Nov 12 '21 11:11 QQQHY