fdb70869f97369149505ce5c25a49e3d0b57e0b0
fed-yolo
Combine Federated Learning with YOLOv11.
requirements
pip install -r requirements.txt
how to run
nohup bash fed_run.sh 1 > train.log 2>&1 &
results
TODO
- Add more FL algorithms (e.g., FedProx, FedAvgM, etc.)
- Implement FedProx
- Implement SCAFFOLD
- Implement FedNova
references
Languages
Python
99.9%
Shell
0.1%