Skip to content

Commit

Permalink
mention fds in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq committed Nov 23, 2023
1 parent a183bf6 commit d383599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/quickstart-pytorch/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Flower Example using PyTorch

This introductory example to Flower uses PyTorch, but deep knowledge of PyTorch is not necessarily required to run the example. However, it will help you understand how to adapt Flower to your use case.
Running this example in itself is quite easy.
This introductory example to Flower uses PyTorch, but deep knowledge of PyTorch is not necessarily required to run the example. However, it will help you understand how to adapt Flower to your use case. Running this example in itself is quite easy. This example uses [Flower Datasets](https://flower.dev/docs/datasets/) to download, partition and preprocess the CIFAR-10 dataset.


## Project Setup

Expand Down

0 comments on commit d383599

Please sign in to comment.