orion-orion/FedAO

EMNIST dataset error

Closed this issue · 3 comments

When I want to set the dataset 'EMNIST' for federated learning, I found that RuntimeError: ECONNRESET: connection reset by peer.
What I changed is just the dataset name and log dir location.
Thanks .

os

MAC book m1pro

python version

3.9.10
image

Hello, torch.distributed.rpc module only supports the Linux operating system, so you must ensure that you run the relevant code on the Linux operating system, otherwise an error will be reported~ (see GitHub issues: torch.distributed.rpc)

thanks for your guidance @orion-orion,but I learned that the module rpc is supported by MAC OS and Linux.There are always some strange problems when using this rpc framework

Haha, that's really weird.