FedML-AI / FedNLP

FedNLP: An Industry and Research Integrated Platform for Federated Learning in Natural Language Processing, Backed by FedML, Inc. The Previous Research Version is Accepted to NAACL 2022
223 stars 45 forks source link

Fix trainers #17

Closed sauravpr closed 2 years ago

sauravpr commented 3 years ago

Found that model status was changed to eval during training, but not set back to train status until start of new epoch.

LightSecAgg commented 2 years ago

good modification.