You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am a newbie in Flower. I have been implementing a training pipeline with two servers and around 20 clients with a custom dataset for 100 FL rounds in flower==1.9.0 with pytorch. My code is based on the example provided here:
After doing the code, i want to implement a callback function in each client that saves the last local model (after performing the last training round) and calculates a hash function based on the weights of this last model. Could you provide me some insights on how to proceed?
Thank you in advance
The text was updated successfully, but these errors were encountered:
What is your question?
Hi,
I am a newbie in Flower. I have been implementing a training pipeline with two servers and around 20 clients with a custom dataset for 100 FL rounds in flower==1.9.0 with pytorch. My code is based on the example provided here:
After doing the code, i want to implement a callback function in each client that saves the last local model (after performing the last training round) and calculates a hash function based on the weights of this last model. Could you provide me some insights on how to proceed?
Thank you in advance
The text was updated successfully, but these errors were encountered: