FedScale icon indicating copy to clipboard operation
FedScale copied to clipboard

FedScale is a scalable and extensible open-source federated learning (FL) platform.

Results 46 FedScale issues
Sort by recently updated
recently updated
newest added

### Description Hi FedScale team, here's my suggestion on how to implement the async simulation mode using device traces without needing a constant arrival parameter (related to #162): ``` sort...

enhancement

### Description Some code comments and docstrings should be added, especially for resource_manager.py, data_loader.py, client_manager.py, etc. Also, some model diagram on what each component would be helpful for people new...

documentation

### What happened + What you expected to happen Albert config is missing, leading to model failures. We should avoid providing such configurations by ourselves. This should be done automatically....

bug

### What happened + What you expected to happen If I set the experiment_mode to "standalone" for example, which is not "simulation", FedScale fails to run. The `femnist_cluster.yml` is: ```yml...

bug

## Why are these changes needed? To help users understand how to add their own dataset and use custom models on FedScale. In addition, provide a basic practical example using...

### What happened + What you expected to happen The official data downloaded from [The PASCAL Visual Object Classes Challenge 2007](http://host.robots.ox.ac.uk/pascal/VOC/voc2007/) has the raw data format like this: ``` $...

bug

### What happened + What you expected to happen We are unable to train on the google speech dataset. While training, we get the error as shown below Please help...

bug

### Discussed in https://github.com/SymbioticLab/FedScale/discussions/221 Originally posted by **bnzmq** April 16, 2023 Hi, Thank you for your great framework. I get BrokenPipeError in my log files. However, the code is continuing...

### Discussed in https://github.com/SymbioticLab/FedScale/discussions/217 Originally posted by **li1553770945** March 13, 2023 I have successfully installed the fedscale framework and downloaded the femnist dataset. I am trying to follow the information...

### What happened + What you expected to happen The installation script for macOS is outdated. ### Versions / Dependencies MacOS ### Reproduction script 1. Remove pip version; 2. pip...

bug