Distribute Updated Model and Continue Training

  1. Distribution of Updated Global Model:

    • After decrypting and aggregating, the central server sends the updated model back to each participating node to continue training for additional epochs.

  2. Resume Training with Updated Model:

    • Each node resumes training with the newly received global model for the next epoch. This cycle of local training -> model update encryption -> secure aggregation continues until all specified epochs are complete.

Last updated