安装开发版本#

安装 Flower 的开发版本#

在谷歌 Colab 上打开 Jupyter 笔记本#

Open the notebook doc/source/tutorial-series-get-started-with-flower-pytorch.ipynb:

main 改为 ``branch-name``(紧跟在 ``blob``之后),从分支 branch-name 打开同一笔记本的开发版本:

在 Google Colab 上安装 whl

  1. 在左侧的垂直图标网格中,选择 "文件">"上传到会话存储"

  2. Upload the whl (e.g., flwr-1.8.0-py3-none-any.whl)

  3. Change !pip install -q 'flwr[simulation]' torch torchvision matplotlib to !pip install -q 'flwr-1.8.0-py3-none-any.whl[simulation]' torch torchvision matplotlib