Skip to content

Local model seems non-local #694

Closed Answered by holgerroth
choi328328 asked this question in Q&A
Discussion options

You must be logged in to vote

You are correct in your observation. The local model is a "personalized" or "fine-tuned" version of the previous global model. Depending on the implementation of the Learner, we could also do some model selection based on the local validation scores. The CIFAR10Learner is doing that for example here.

By setting the num_rounds=1 in config_fed_server.json, you can basically simulate each client only training on their local data (that's the current default in the hello-pt-tb example. Also increase epochs in config_fed_client.json to do a complete local training.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@choi328328
Comment options

Answer selected by holgerroth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants