-
I check the loss function and others, but I fail to know how you use proximal term
-
The following lines are probably out of date,
https://github.com/litian96/FedProx/blob/d9cdfddc7a3d511d57ac964745c928194879302e/flearn/trainers/fedavg.py#L72-L74
Update with
```python
stats = …
-
Dear Tian:
when i run below on CPU:
python3 -u main.py --dataset='sent140' --optimizer='fedprox' \
--learning_rate=0.01 --num_rounds=200 --clients_per_round=10 \
--mu…