FedML-AI/FedML

How do different algorithms work?

開放

#660 建立於 2022年12月6日

 (2 則留言) (0 個反應) (0 位負責人)Python (743 個分叉)batch import
help wantedquestion

倉庫指標

星標
 (3,930 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Hello,I want to ask for a help: In the "main_fedml_image_segmentation. py" file of the fedcv module, "SegmentationTrainer. py" and "SegmentationAggregator. py" under the "image_segmentation/trainer" module are imported during training. Suppose I modify different algorithms in "fedml_config. yaml", such as FedAvg, FedOpt, FedProx, but still use the same SegmentationTrainer and SegmentationAggregator, without any difference? How should different algorithms be implemented? In fedcv/segmentation, how do the algorithms in fedml/simulation/mpi work? They are all the same?

貢獻者指南