KarhouTam / FL-bench

Benchmark of federated learning. Dedicated to the community. 🤗
GNU General Public License v3.0
503 stars 81 forks source link

feat(framework): Add external flower partitioner support #127

Open wittenator opened 4 days ago

wittenator commented 4 days ago

This PR builds upon #104 and adds the option to use the partitioner classes from flwr_datasets for the training in FL-Bench. It also serves as a baseline to compare and debug the integrated partitioning schemas against the implementation by Flower.

wittenator commented 1 day ago

@KarhouTam I think that I addressed all points :) (Not sure why the diff shows stuff from the other PR although that it was merged though)