yichun

Results 3 issues of yichun

![image](https://github.com/FedML-AI/FedML/assets/41562415/f65c3e10-6ea8-442e-acfe-5fd409bcdf86) fedml.run_simulation() File "/root/miniconda3/envs/fedml-3.10/lib/python3.10/site-packages/fedml-0.8.13.post2-py3.10.egg/fedml/launch_simulation.py", line 16, in run_simulation args = fedml.init() File "/root/miniconda3/envs/fedml-3.10/lib/python3.10/site-packages/fedml-0.8.13.post2-py3.10.egg/fedml/__init__.py", line 156, in init mlops.init(args, should_init_logs=should_init_logs) File "/root/miniconda3/envs/fedml-3.10/lib/python3.10/site-packages/fedml-0.8.13.post2-py3.10.egg/fedml/mlops/__init__.py", line 15, in init mlops.init(args, should_init_logs=should_init_logs) File "/root/miniconda3/envs/fedml-3.10/lib/python3.10/site-packages/fedml-0.8.13.post2-py3.10.egg/fedml/core/mlops/__init__.py", line...

### What is your question? # With a dictionary, you tell Flower's VirtualClientEngine that each # client needs exclusive access to these many resources in order to run client_resources =...

question
simulation

### What is your question? strategy = fl.server.strategy.FedAvg( fraction_fit=0.2, fraction_evaluate=0.2, min_fit_clients=2, min_evaluate_clients=2, min_available_clients=10, evaluate_fn=get_evaluate_fn(model, args.toy), on_fit_config_fn=fit_config, on_evaluate_config_fn=evaluate_config, initial_parameters=fl.common.ndarrays_to_parameters(model_parameters), ) Hello, I have a requirement now. I want the number of...

question