FedML
FedML copied to clipboard
FEDML - The unified and scalable ML library for large-scale distributed training, model serving, and federated learning. FEDML Launch, a cross-cloud scheduler, further enables running any AI jobs on a...
This PR will enable uploading byte data through fedml storage upload command.
[Fix]: fix the 2124 issue to ensure encryption of client model weights in Fed-ML HE example.
[FedML/python/fedml/core/mlops/init.py#L128] The parameters passed by the function call here is inconsistent with the actual parameters defined at [FedML/python/fedml/core/mlops/init.py#L1235] 
code refactoring
When I run # run aggregator server bash scripts/run_fedml_server.sh "$RUN_ID" # run client(s) bash scripts/run_fedml_client.sh 1 "$RUN_ID" bash scripts/run_fedml_client.sh 2 "$RUN_ID" bash scripts/run_fedml_client.sh 3 "$RUN_ID" I have the error as...