You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Centralized FL algorithms could be defined as multi-task FL. That is when the algorithm does expect a different task t obe optimized at each client. For this to work, model classes should implement a feature_extractor member that returns a torch submodule that only includes the feature extractor part.
The text was updated successfully, but these errors were encountered:
Centralized FL algorithms could be defined as multi-task FL. That is when the algorithm does expect a different task t obe optimized at each client. For this to work, model classes should implement a feature_extractor member that returns a torch submodule that only includes the feature extractor part.
The text was updated successfully, but these errors were encountered: