FL Task
Exceptions for FL Tasks.
FLTaskError
¶
Bases: FedRAGError
Base fl task error for all fl-task-related exceptions.
MissingFLTaskConfig
¶
Bases: FLTaskError
Raised if fl task trainer
and tester
do not have __fl_task_tester_config
attr set.
MissingRequiredNetParam
¶
Bases: FLTaskError
Raised when invoking fl_task.server without passing the specified model/net param.
NetTypeMismatch
¶
Bases: FLTaskError
Raised when a trainer
and tester
spec have differing net_parameter_class_name
.
This indicates that the these methods have different types for the net_parameter
.