Installer les versions de développement de Flower#

Installe les versions de développement de Flower#

Ouvre les carnets Jupyter sur Google Colab#

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

Ouvre une version de développement du même carnet à partir de la branche nom-branche en remplaçant main par nom-branche (juste après blob) :

Install a whl on Google Colab:

  1. In the vertical icon grid on the left hand side, select Files > Upload to session storage

  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