p2pfl.communication.commands.weights.init_model_command moduleΒΆ
InitModel command.
- class p2pfl.communication.commands.weights.init_model_command.InitModelCommand(state, stop, aggregator, learner)[source]ΒΆ
Bases:
CommandInitModelCommand.
- Parameters:
state (
NodeState)stop (
Callable[[],None])aggregator (
Aggregator)learner (
Learner)