Fan Lai
Fan Lai
## Why are these changes needed? 1. Model testing is somehow missing; 2. Weird model accuracy over training; ## Related issue number ## Checks - [ ] I've included any...
1. Clean up aggregator and execution code (@dywsjtu ); 2. Decouple the current aggregator into different modules for a better extension (@fanlai0990 );
### 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....
### 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...
### Description Merge the documentation of cloud service and mobile runtime.
### Description #198 We currently have training demos, but need inference ones too. ### Use case _No response_
### Description So far we have put too many arguments into a single parser.py, making it hard to maintain. We need to split them in terms of functionalities.
### Description Users are often confused by the client_data_mapping.csv. Perhaps we need to use a separate metadata file that maps records to clients. ### Use case Better readability.