-
Notifications
You must be signed in to change notification settings - Fork 3
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
Code missing #1
Comments
Most of the graphs in the paper are ploted by Origin (a softsware) not matplotlib. You can save the runing results of the python files and then plot them in Origin. |
Thanks for coming back. Please advise how can I do it using matplotlib only. Also I have other question I ran cfedsi with IID data and changing no other parameter in the program the final result after 50 iterations I got : |
You can save the experimental results as the logging files, and then use matplotlib to write the graphs based on the results in the logging file, e.g., nohup python main_mnist_cfedsi.py > ./iid_mnist_cfedsi.log 2>&1 & You can tune the parameters of training setttings to imporve the performances, e.g., lamda, rho, s, learning rate. |
could you please add the fashion Mnist program for FedAvg , Cfedsi. I tried changing the code but its not working for me |
Code is missing for generating the different graph show in the published arcticle "Communication-efficient federated continual learning for distributed learning system with Non-IID data".
I would highly appreciate if this can be added to the library. Also please add instructions for how to run the code and in which order
The text was updated successfully, but these errors were encountered: