Soptq commited on
Commit
a84381f
·
verified ·
1 Parent(s): 90a3578

Update constants.py

Browse files
Files changed (1) hide show
  1. 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 weights for each metric below.**
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"]