p2pfl.stages.base_node.vote_train_set_stage moduleΒΆ

Vote Train Set Stage.

class p2pfl.stages.base_node.vote_train_set_stage.VoteTrainSetStage[source]ΒΆ

Bases: Stage

Vote Train Set Stage.

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

Execute the stage.

Return type:

Optional[Type[Stage]]

static name()[source]ΒΆ

Return the name of the stage.