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...
 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
Great work FedML!Do we have any timetable for a big milestone release?
NPU支持
您好, 边缘client是否支持瑞芯微NPU设备呢? 期待回复,感谢
 
``` 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...