更新配置文件,移除 YOLO 版本实现计划,调整 UAV 和 COCO 配置中的数据量和批次大小

This commit is contained in:
2025-10-31 13:14:47 +08:00
parent 291b82bec3
commit fdb70869f9
3 changed files with 10 additions and 13 deletions

View File

@@ -19,9 +19,6 @@ nohup bash fed_run.sh 1 > train.log 2>&1 &
- Implement FedProx
- Implement SCAFFOLD
- Implement FedNova
- Add more YOLO versions (e.g., YOLOv8, YOLOv5, etc.)
- Implement YOLOv8
- Implement YOLOv5
# references
[PyTorch Federated Learning](https://github.com/rruisong/pytorch_federated_learning)