Spaces:
Running
Running
Update constant
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -84,7 +84,7 @@ IPC_LIST = ["IPC-1", "IPC-10", "IPC-50"]
|
|
84 |
DATASET_IPC_LIST = {
|
85 |
"CIFAR-10": ["IPC-1", "IPC-10", "IPC-50"],
|
86 |
"CIFAR-100": ["IPC-1", "IPC-10", "IPC-50"],
|
87 |
-
"Tiny-ImageNet": ["IPC-
|
88 |
}
|
89 |
LABEL_TYPE_LIST = ["Hard Label", "Soft Label"]
|
90 |
|
|
|
84 |
DATASET_IPC_LIST = {
|
85 |
"CIFAR-10": ["IPC-1", "IPC-10", "IPC-50"],
|
86 |
"CIFAR-100": ["IPC-1", "IPC-10", "IPC-50"],
|
87 |
+
"Tiny-ImageNet": ["IPC-1", "IPC-10"],
|
88 |
}
|
89 |
LABEL_TYPE_LIST = ["Hard Label", "Soft Label"]
|
90 |
|