Federated-Learning-PyTorch icon indicating copy to clipboard operation
Federated-Learning-PyTorch copied to clipboard

When are you testing on all local models, why is it being called train accuracy and train loss?

Open harora opened this issue 4 years ago • 0 comments

In federated_main.py file , once you average out the weights, you calculate accuracy on TEST set of each client. So why is that you're calling it train accuracy/loss?

Anything I'm missing here?

harora avatar Aug 26 '20 08:08 harora