Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ refactor - Fixed broken link to improve usability for new users #1784

Merged
merged 1 commit into from
Apr 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page collects answers to commonly asked questions about Federated Learning

Yes, it can! Flower even comes with a few under-the-hood optimizations to make it work even better on Colab. Here's a quickstart example:

* `Flower Quickstart (TensorFlow/Keras) <https://colab.research.google.com/github/adap/flower/blob/main/examples/quickstart_simulation/sim.ipynb>`_
* `Flower Quickstart (TensorFlow/Keras) <https://colab.research.google.com/github/adap/flower/blob/main/examples/simulation_tensorflow/sim.ipynb>`_
* Flower Quickstart (PyTorch): coming soon (the TensorFlow/Keras example can easily be changed to make it work with PyTorch)

.. dropdown:: :fa:`eye,mr-1` How can I run Federated Learning on a Raspberry Pi?
Expand Down