konghuanqing
konghuanqing
Now I can pip install -r requirements.txt by using > I ran into the same error. > > Try updating the dependencies in the following shells. > > ``` >...
I changed the worker number to 1,and then run the shell below: ```bash sh run_fedavg_distributed_pytorch.sh 1000 1 lr hetero 200 1 10 0.03 mnist "./../../../data/mnist" sgd 0 ``` Below is...
The display cannot import MPI from mpi4py, but I can do it like the following: ```python ImportError: cannot import name 'MPI' from 'mpi4py' (/root/share/mpi4py.py) (fedml) root@VM-24-3-ubuntu:~/share/FedML/fedml_experiments/distributed/fedavg# python Python 3.7.4 (default,...
The worker number changed to 3, which is no different: ```bash sh run_fedavg_distributed_pytorch.sh 1000 3 lr hetero 200 1 10 0.03 mnist "./../../../data/mnist" sgd 0 ``` Below is an error...