We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5f1e1 commit cfa5519Copy full SHA for cfa5519
script/get-dataset-coco2014/meta.yaml
@@ -9,6 +9,9 @@ cache: true
9
category: AI/ML datasets
10
category_sort: 8500
11
12
+input_mapping:
13
+ num_workers: MLC_DATASET_COCO2014_NUM_WORKERS
14
+
15
tags:
16
- get
17
- dataset
@@ -18,7 +21,8 @@ tags:
18
21
19
22
default_env:
20
23
MLC_DATASET_CALIBRATION: 'no'
-
24
+ MLC_DATASET_COCO2014_NUM_WORKERS: 1
25
26
deps:
27
28
- names:
script/get-dataset-coco2014/run.sh
@@ -27,7 +27,7 @@ if [[ ${MLC_DATASET_CALIBRATION} == "no" ]]; then
eval $cmd
test $? -eq 0 || exit $?
29
else
30
- cmd="./download-coco-2014-calibration.sh -d ${INSTALL_DIR}"
+ cmd="./download-coco-2014-calibration.sh -d ${INSTALL_DIR} -n ${MLC_DATASET_COCO2014_NUM_WORKERS}"
31
echo $cmd
32
33
0 commit comments