aidecentralized / sonar

SONAR - Self-Organizing Network of Aggregated Representations
MIT License
13 stars 34 forks source link

Log Fixes + New Logging for CSV (FedAvg and FedStatic) #117

Closed joyce-yuan closed 1 month ago

joyce-yuan commented 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.

These logging metrics have been integrated and tested for FedStatic, and currently testing FedAvg.