Spaces:
Sleeping
Sleeping
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -60,7 +60,7 @@ Hard labels are categorical, having the same format of the real dataset. Soft la
|
|
60 |
|
61 |
WEIGHT_ADJUSTMENT_INTRODUCTION = """
|
62 |
The score for ranking in the following table is computed by $score = w HLR - (1 - w) IOR$, where $w$ is the weight for the HLR metric.
|
63 |
-
**You can specify the
|
64 |
"""
|
65 |
|
66 |
DATASET_LIST = ["CIFAR-10", "CIFAR-100", "Tiny-ImageNet"]
|
|
|
60 |
|
61 |
WEIGHT_ADJUSTMENT_INTRODUCTION = """
|
62 |
The score for ranking in the following table is computed by $score = w HLR - (1 - w) IOR$, where $w$ is the weight for the HLR metric.
|
63 |
+
**You can specify the weight $w$ below.**
|
64 |
"""
|
65 |
|
66 |
DATASET_LIST = ["CIFAR-10", "CIFAR-100", "Tiny-ImageNet"]
|