FedML icon indicating copy to clipboard operation
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...

Results 237 FedML issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/70849115/174307234-2156586a-6996-4d8d-83a0-7d065b2ae1d8.png) When I'm running torch_client.py, there exists a question related to boto3 and S3. How to solve it?

Error reported in `https://github.com/FedML-AI/FedML/blob/master/python/examples/simulation/sp_fedavg_mnist_lr_example/torch_fedavg_mnist_lr_custum_data_and_model_example.py` change ``` load_partition_data_mnist( args.batch_size, ``` to ``` load_partition_data_mnist( args, args.batch_size, ```

FedML Octopu Exampless ---> FedML Octopu Examples

How to spedify batch_size in terminal?

python
hotfix

Great work FedML!Do we have any timetable for a big milestone release?

question

您好, 边缘client是否支持瑞芯微NPU设备呢? 期待回复,感谢

![Image](https://user-images.githubusercontent.com/7238845/172043899-736b6261-2e3b-45b3-acb7-958377c858f3.png) ![Image](https://user-images.githubusercontent.com/7238845/172043948-d96f56e6-ab9d-4778-a158-007428b13c83.png)

``` PS C:\Users\chaoy\sourcecode\FedML\python> fedml login 201 -v local login...True, None c:\users\chaoy\sourcecode\fedml\python\fedml\cli\edge_deployment\client_login.py PS C:\Users\chaoy\sourcecode\FedML\python> PS C:\Users\chaoy\sourcecode\FedML\python> Namespace(type='login', user='201', version='local') Traceback (most recent call last): File "c:\users\chaoy\sourcecode\fedml\python\fedml\cli\edge_deployment\client_login.py", line 673, in login(args) File...

bug
help wanted