We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ce312 commit 0f838b3Copy full SHA for 0f838b3
script/get-dataset-igbh/customize.py
@@ -43,7 +43,7 @@ def preprocess(i):
43
run_cmd += x_sep + \
44
f"""{
45
env['MLC_PYTHON_BIN_WITH_PATH']} tools/split_seeds.py --path {download_loc} --dataset_size {
46
- env['MLC_DATASET_IGBH_SIZE']} """
+ env['MLC_DATASET_IGBH_SIZE']} {env.get('MLC_IGBH_CALIBRATION_FLAG', '')} """
47
48
# compress graph(for glt implementation)
49
if env.get('MLC_IGBH_GRAPH_COMPRESS', '') == "yes":
script/get-dataset-igbh/meta.yaml
@@ -437,6 +437,9 @@ variations:
437
glt:
438
env:
439
MLC_IGBH_GRAPH_COMPRESS: yes
440
+ calibration:
441
+ env:
442
+ MLC_IGBH_CALIBRATION_FLAG: --calibration
443
csc:
444
group: compressed-layout
445
default: true
0 commit comments