Skip to content

Commit 224cf56

Browse files
authored
Make full the default variation for retinanet dataset (#241)
* make full the default variation for retinanet dataset * Test only for 50 samples due to limited space
1 parent b808608 commit 224cf56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

script/get-preprocessed-dataset-openimages/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ variations:
5252
ad:
5353
original-dataset:
5454
tags: _50
55-
default: true
5655
env:
5756
MLC_DATASET_SIZE: '50'
5857
group: dataset-count
@@ -139,6 +138,7 @@ variations:
139138
group: dataset-precision
140139
full:
141140
group: dataset-count
141+
default: true
142142
full,validation:
143143
ad:
144144
original-dataset:

script/run-mlperf-inference-app/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ variations:
383383
add_deps_recursive:
384384
submission-checker:
385385
tags: _short-run
386+
openimages-preprocessed:
387+
tags: _50
386388
default: 'true'
387389
env:
388390
MLC_MLPERF_SUBMISSION_DIVISION: open

0 commit comments

Comments
 (0)