Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
| 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 = 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
|