Alex

Results 6 comments of Alex

@yh-yao Please try to install new version 0.7.316: pip install fedml.

1. You should install tensorflow lib by the following commands: pip install fedml[tensorflow] 2. Your should install jax lib by the following command: (1) On Linux and MacOS platform: pip...

@MING-LI-JIANG , On Windows platform, maybe you need to do extra installation steps, you may run installation based the following guidances: 1. You should install tensorflow lib by the following...

> @chaoyanghe I updated fedml to 0.7.230 on CentOS This is my config file > > When I ran this command(`python torch_fedavg_mnist_lr_one_line_example.py --cf fedml_config.yaml`), an error occurred. ![image](https://user-images.githubusercontent.com/33014711/184268478-2f9cc23f-b54d-4537-91e7-705a5ca8b068.png) This is...

Got it. I will try to reproduce this issue and find out the solution.