adap / flower

Flower: A Friendly Federated AI Framework
https://flower.ai
Apache License 2.0
5.08k stars 875 forks source link

How to let the client train using the initial model provided by the server? #3301

Open zhangtian-3841 opened 6 months ago

zhangtian-3841 commented 6 months ago

What is your question?

Dear Flower developers,

Hello! Thank you for your excellent work in helping me solve many problems! However, I have some questions and I sincerely ask for your assistance:

question 1:

question 2:

Thank you for your assistance!

rlakinie commented 3 months ago

For question 1, what I did to work was pass the model parameters (provided from the server) into the the strategy definition.

Related: https://flower.ai/docs/framework/tutorial-series-use-a-federated-learning-strategy-pytorch.html