How to send extra parameters to server in Federated learning with Flower and Tensorflow?

26 Views Asked by At

I want to send extra parameters with model updates to server and then utilize those extra parameters in server for other purposes. I am using Flower and Tensorflow for this project. Before sending extra parameters, my model was working perfectly. Currently I have these codeclient model server.py.

How do I successfully send extra parameters or values in server and receive it?

Thank you for your help.

I tried to send additional parameters in get_parameter method, and receive it with FedAvg strategy. But I got this error again and again. error

0

There are 0 best solutions below