app-pytorch: A Flower / PyTorch appΒΆ

View on GitHub

[!NOTE] This example is a playground for upcoming features.

Install dependencies and projectΒΆ

pip install -e .

Run with the Simulation EngineΒΆ

In the app-pytorch directory, use flwr run to run a local simulation:

flwr run .

Refer to the How to Run Simulations guide in the documentation for advice on how to optimize your simulations.

Run with the Deployment EngineΒΆ

[!NOTE] An update to this example will show how to run this Flower application with the Deployment Engine and TLS certificates, or with Docker.

ResourcesΒΆ