mcurmei commited on
Commit
4e331c3
·
verified ·
1 Parent(s): ac4fe9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ https://huggingface.co/datasets/datacomp
23
  # The number of examples/instances in this dataset is copied from the model card:
24
  # https://huggingface.co/datasets/ILSVRC/imagenet-1k
25
  NUM_EXAMPLES = 1281167
26
- DEV = False
27
  FRACTIONS = [2, 4, 8, 16, 32, 64]
28
  # Arbitrary small number of dataset examples to look at, only using in devv'ing.
29
  DEV_AMOUNT = 10
 
23
  # The number of examples/instances in this dataset is copied from the model card:
24
  # https://huggingface.co/datasets/ILSVRC/imagenet-1k
25
  NUM_EXAMPLES = 1281167
26
+ DEV = True
27
  FRACTIONS = [2, 4, 8, 16, 32, 64]
28
  # Arbitrary small number of dataset examples to look at, only using in devv'ing.
29
  DEV_AMOUNT = 10