Skip to content

Commit

Permalink
Fix missing reference to mock speech commands
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Feb 16, 2024
1 parent 9249c37 commit 5c8c684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions datasets/flwr_datasets/mock_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ def _mock_dict_dataset(
"cifar100": _mock_cifar100,
"sentiment140": _mock_sentiment140,
"svhn_cropped_digits": _mock_svhn_cropped_digits,
"speech_commands_v0.01": _mock_speach_commands,
}


Expand Down
5 changes: 5 additions & 0 deletions datasets/flwr_datasets/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"fashion_mnist",
"sasha/dog-food",
"zh-plus/tiny-imagenet",
"scikit-learn/adult-census-income",
"cifar100",
"svhn",
"sentiment140",
"speech_commands",
]


Expand Down

0 comments on commit 5c8c684

Please sign in to comment.