FL Tasks
Exceptions for FL Tasks.
FLTaskError
¶
Bases: FedRAGError
Base fl task error for all fl-task-related exceptions.
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
.