FedMl-master之FedAvg算法的api学习笔记 技术标签:FedMLpython算法pytorch自然语言处理 查看原文 Federated Learning with Non-IID Data 论文笔记 FederatedLearningwith Non-IID Data 论文笔记原文翻译参考:https://blog.csdn.net/GJ_007/article/details/104632718 论文通过实验验证了,在non-IID数据中,使用FedAvg算法训练...
master BranchesTags FedML/CI-script-fedavg.sh Go to file Copy path 98 lines (83 sloc)4.67 KB RawBlame #!/bin/bash set-ex #code checking pyflakes. #activate the fedml environment source"$HOME/miniconda/etc/profile.d/conda.sh" conda activate fedml ...