-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redundancy in the log files #22
Comments
The output logging files are currently redundant, leading to disk space wastage and difficulties to find key results from the logging files. We may save the |
And we should delete the logs below, which have already been reported on the server-side.
|
Another issue is the eval results of the global evaluation mode are empty, we should fix this. |
We still need this log when we are in distributed mode. Do you agree we mask these logs only in the ``simulation'' mode? @rayrayraykk |
Agree. |
Solved in #29 |
A Fedavg on 5% of FEMNIST trail will produce a 500 kb log each round:
with 80% eval logs like
2022-04-13 16:33:24,901 (client:264) INFO: Client #1: (Evaluation (test set) at Round #26) test_loss is 79.352451
. And 10% is server results and 10% is train informations.If the round is 500, 1000, or much larger, the log files will take up too much space with a lot of redundancy. @yxdyc
The text was updated successfully, but these errors were encountered: