NVIDIA / NVFlare

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

[2.4] Fixed a LocalProcessor bug and a typo #2656

Closed nvidianz closed 2 months ago

nvidianz commented 2 months ago

Fixes https://jirasw.nvidia.com/browse/FLARE-2047

Description

Introduced a bug in LocalProcessor when fixing a memory leak. Used wrong function (reserve->resize).

Fixed a typo discovered by QA.

Types of changes