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

AttributeError: 'Namespace' object has no attribute 'backend' #3

Closed akritikts closed 3 years ago

akritikts commented 3 years ago

I'm trying to follow the classification experiments: From this link: https://github.com/FedML-AI/FedGraphNN/tree/main/experiments/distributed/moleculenet This command results in the error: sh run_fedavg_distributed_pytorch.sh 4 4 1 4 graphsage hetero 0.2 20 1 1 0.0015 64 32 0.3 64 64 sider "./../../../data/sider/" 0

WangHui19 commented 3 years ago

I have the error too! Have you solved it?

ssongzoe commented 3 years ago

you could add this line,

parser.add_argument('--backend', type=str, default='MPI', metavar='N', help='idontknow')

🤔

emirceyani commented 3 years ago

Hi there, @ssongzoe thanks for the correction. we'll update the code-base in 2-3 days and you won't be facing with this error anymore.