Closed joyce-yuan closed 1 month ago
This PR adds a new logging mechanism which logs all changes into csv files per node. The relevant functions are init_csv and log_csv in log_utils.py.
init_csv
log_csv
log_utils.py
These logging metrics have been integrated and tested for FedStatic, and currently testing FedAvg.
This PR adds a new logging mechanism which logs all changes into csv files per node. The relevant functions are
init_csv
andlog_csv
inlog_utils.py
.These logging metrics have been integrated and tested for FedStatic, and currently testing FedAvg.