-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
I think in the file plot_utils.py, the variable 'all_curves' used in the outside of the loop only saves the last algorithm's results, in this way, when we add several algorithms in the config, the plot figure result will cut the other algorithms' trend by following the last one's scope.
max_acc = np.max([max_acc, np.max(all_curves) ]) + 4e-2
python main_plot.py --dataset EMnist-alpha0.1-ratio0.1 --algorithms FedAvg,FedGen,FedProx,FedDistill --batch_size 32 --local_epochs 20 --num_users 10 --num_glob_iters 200 --plot_legend 1
Metadata
Metadata
Assignees
Labels
No labels