Skip to content

Commit

Permalink
Update datasets/flwr_datasets/federated_dataset.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Narozniak <[email protected]>
  • Loading branch information
charlesbvll and adam-narozniak authored Apr 12, 2024
1 parent d1e908c commit b6f7abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/flwr_datasets/federated_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class FederatedDataset:
argument. Defaults to True.
seed : Optional[int]
Seed used for dataset shuffling. It has no effect if `shuffle` is False. The
seed cannot be set in the later stages. If None, then fresh, unpredictable entropy
seed cannot be set in the later stages. If `None`, then fresh, unpredictable entropy
will be pulled from the OS. Defaults to 42.
Examples
Expand Down

0 comments on commit b6f7abc

Please sign in to comment.