Hi, Jingyi.
Many thanks for your excellent work.
But i have a puzzle.
parser.add_argument('--beta', type=float, default=0, help="coefficient for local proximal,0 for fedavg, 1 for fedprox, 5 for noise fl")
I didn't find the change in the main.py where the oparameter beta has been fixed to 0.
How do I proceed if I want to be able to do a comparative experiment?
Hi, Jingyi. Many thanks for your excellent work. But i have a puzzle.
parser.add_argument('--beta', type=float, default=0, help="coefficient for local proximal,0 for fedavg, 1 for fedprox, 5 for noise fl")
I didn't find the change in the main.py where the oparameter beta has been fixed to 0. How do I proceed if I want to be able to do a comparative experiment?