NVIDIA / NVFlare

NVIDIA Federated Learning Application Runtime Environment
https://nvidia.github.io/NVFlare/
Apache License 2.0
592 stars 165 forks source link

Change the ScatterAndGather default persistor_id #2664

Closed yhwen closed 1 month ago

yhwen commented 1 month ago

Fixes # .

Description

Changed the ScatterAndGather default persistor_id value from "" to "persistor".

Types of changes

yhwen commented 1 month ago

Not sure this is a safe change. See my comments.

changed the docstring of persistor_id in ScatterAndGather to default to empty string. Made this to match the "persistor_id" parameter definition.