Skip to content

Federated num_epochs_per_round

Compare
Choose a tag to compare
@JMGaljaard JMGaljaard released this 30 May 10:45
· 109 commits to main since this release

Important information

In the configuration files (e.g. configs/federated/*.yaml) for Federated Learning, make sure to check that you use the following parameters as follows:

  • totalEpochs, you MUSN'T use, this will be removed later, after this years' course has finished. This parameter was also not used before this release, but keep this in mind. An warning will be logged during execution if you do access this.
  • rounds, the number of communication rounds, so how many times the Federator node will sample and contact Client nodes.
  • epochsPerRound, the number of epochs the `Clients perform within a communication round.

What's Changed

Full Changelog: v0.2.1...v0.2.2