AI-in-Complex-Systems-Lab / FL-Project

Federated Learning Project Repo
2 stars 0 forks source link

segmentation fault #1

Closed KennyHuang22 closed 3 months ago

KennyHuang22 commented 3 months ago

I get the following message when I run two clients

(base) guest1@dyn-169-226-26-141 img_clsf % python client.py
Files already downloaded and verified Files already downloaded and verified WARNING : DEPRECATED FEATURE: flwr.client.start_numpy_client() is deprecated. Instead, use flwr.client.start_client() by ensuring you first call the .to_client() method as shown below: flwr.client.start_client( server_address=':', client=FlowerClient().to_client(), # <-- where FlowerClient is of type flwr.client.NumPyClient object ) Using start_numpy_client() is deprecated.

        This is a deprecated feature. It will be removed
        entirely in future versions of Flower.

INFO :
INFO : [RUN 0, ROUND ] INFO : Received: evaluate message 8922ccf1-84a9-4205-ab76-a7261badbc71 zsh: segmentation fault python client.py

KennyHuang22 commented 3 months ago

I used a similar set of code that flower provided and it run well, see "kenny" folder for more info