p2pfl.stages.base_node.gossip_model_stage moduleΒΆ

Gossip model stage.

class p2pfl.stages.base_node.gossip_model_stage.GossipModelStage[source]ΒΆ

Bases: Stage

Gossip model stage.

static execute(state=None, communication_protocol=None, aggregator=None, learner=None, **kwargs)[source]ΒΆ

Execute the stage.

Return type:

Optional[Type[Stage]]

static name()[source]ΒΆ

Return the name of the stage.