You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: