Skip to content

Commit 76ef62b

Browse files
committed
Add CIFAR100 to constant file
1 parent 16d4f90 commit 76ef62b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mplc/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@
4949
TITANIC = "titanic"
5050
ESC50 = "esc50"
5151
IMDB = 'imdb'
52+
CIFAR100 = "cifar100"
5253
# Supported datasets
53-
SUPPORTED_DATASETS_NAMES = [MNIST, CIFAR10, TITANIC, ESC50, IMDB]
54+
SUPPORTED_DATASETS_NAMES = [MNIST, CIFAR10, TITANIC, ESC50, IMDB, CIFAR100]
5455

5556
# Number of attempts allowed before raising an error while trying to download dataset
5657
NUMBER_OF_DOWNLOAD_ATTEMPTS = 3

0 commit comments

Comments
 (0)