p2pfl.communication.commands.weights.partial_model_command moduleΒΆ
PartialModelCommand command.
- class p2pfl.communication.commands.weights.partial_model_command.PartialModelCommand(state, stop, aggregator, comm_proto, learner)[source]ΒΆ
Bases:
Command
PartialModelCommand.
- Parameters:
state (
NodeState
)stop (
Callable
[[],None
])aggregator (
Aggregator
)comm_proto (
CommunicationProtocol
)learner (
Learner
)