NVIDIA / NVFlare

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

Add ability for clients to send error log to server #3057

Closed nvkevlu closed 2 days ago

nvkevlu commented 2 weeks ago

Renames the error log file to error_log.txt and adds a way to transmit the error logs from clients to the server.

Description

Renames the error log file to error_log.txt and adds a way to transmit the error logs from clients to the server. Currently should_report_error_log is set to False. This can be set to True to test the feature for now, and in the future we will want to add a way to configure this for each site.

On the server, the error log is simply printed, but future PRs will modify this to save the error log in the proper place.

Types of changes

nvkevlu commented 1 week ago

/build

YuanTingHsieh commented 1 week ago

/build

YuanTingHsieh commented 1 week ago

/build

nvkevlu commented 4 days ago

/build

nvkevlu commented 3 days ago

/build

nvkevlu commented 3 days ago

/build