p2pfl.communication.commands.weights.full_model_command moduleΒΆ
FullModelCommand.
- class p2pfl.communication.commands.weights.full_model_command.FullModelCommand(state, stop, aggregator, learner)[source]ΒΆ
Bases:
CommandFullModelCommand.
- Parameters:
state (
NodeState)stop (
Callable[[],None])aggregator (
Aggregator)learner (
Learner)