get-preprocessed-dataset-kits19
Automatically generated README for this automation recipe: get-preprocessed-dataset-kits19
Category: AI/ML datasets
License: Apache 2.0
- CM meta description for this script: _cm.json
- Output cached? True
Reuse this script in your project
Install MLCommons CM automation meta-framework
Pull CM repository with this automation recipe (CM script)
cm pull repo mlcommons@cm4mlops
Print CM help from the command line
cmr "get dataset medical-imaging kits19 preprocessed" --help
Run this script
Run this script via CLI
cm run script --tags=get,dataset,medical-imaging,kits19,preprocessed[,variations] [--input_flags]
Run this script via CLI (alternative)
cmr "get dataset medical-imaging kits19 preprocessed [variations]" [--input_flags]
Run this script from Python
import cmind
r = cmind.access({'action':'run'
'automation':'script',
'tags':'get,dataset,medical-imaging,kits19,preprocessed'
'out':'con',
...
(other input keys for this script)
...
})
if r['return']>0:
print (r['error'])
Run this script via Docker (beta)
cm docker script "get dataset medical-imaging kits19 preprocessed[variations]" [--input_flags]
Variations
-
No group (any combination of variations can be selected)
Click here to expand this section.
_nvidia
- ENV variables:
- CM_PREPROCESSING_BY_NVIDIA:
yes
- CM_PREPROCESSING_BY_NVIDIA:
- ENV variables:
-
Group "dataset-count"
Click here to expand this section.
_1
- ENV variables:
- CM_DATASET_SIZE:
1
- CM_DATASET_SIZE:
- ENV variables:
_5
- ENV variables:
- CM_DATASET_SIZE:
5
- CM_DATASET_SIZE:
- ENV variables:
_50
- ENV variables:
- CM_DATASET_SIZE:
50
- CM_DATASET_SIZE:
- ENV variables:
_500
- ENV variables:
- CM_DATASET_SIZE:
500
- CM_DATASET_SIZE:
- ENV variables:
_full
- ENV variables:
- CM_DATASET_SIZE: ``
- ENV variables:
-
Group "dataset-precision"
Click here to expand this section.
_fp32
(default)- ENV variables:
- CM_DATASET_DTYPE:
fp32
- CM_DATASET_DTYPE:
- ENV variables:
_int8
- ENV variables:
- CM_DATASET_DTYPE:
int8
- CM_DATASET_DTYPE:
- ENV variables:
-
Group "dataset-type"
Click here to expand this section.
_calibration
- ENV variables:
- CM_DATASET_PATH:
<<<CM_CALIBRATION_DATASET_PATH>>>
- CM_DATASET_PATH:
- ENV variables:
_validation
(default)
Default variations
_fp32,_validation
Script flags mapped to environment
--dir=value
→CM_DATASET_PREPROCESSED_PATH=value
--threads=value
→CM_NUM_PREPROCESS_THREADS=value
Default environment
These keys can be updated via --env.KEY=VALUE
or env
dictionary in @input.json
or using script flags.
- CM_DATASET:
kits19
- CM_DATASET_DTYPE:
fp32
Native script being run
No run file exists for Windows
Script output
cmr "get dataset medical-imaging kits19 preprocessed [variations]" [--input_flags] -j