"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "6df7e51aefc2b69e3b356e39e0618960b36892e8"
Unverified Commit 80a49a10 authored by QuanluZhang's avatar QuanluZhang Committed by GitHub
Browse files

update (#1871)

parent 6f256c78
...@@ -65,7 +65,7 @@ tuner_schema_dict = { ...@@ -65,7 +65,7 @@ tuner_schema_dict = {
'builtinTunerName': 'SMAC', 'builtinTunerName': 'SMAC',
Optional('classArgs'): { Optional('classArgs'): {
'optimize_mode': setChoice('optimize_mode', 'maximize', 'minimize'), 'optimize_mode': setChoice('optimize_mode', 'maximize', 'minimize'),
'config_dedup': setType('config_dedup', bool) Optional('config_dedup'): setType('config_dedup', bool)
}, },
Optional('includeIntermediateResults'): setType('includeIntermediateResults', bool), Optional('includeIntermediateResults'): setType('includeIntermediateResults', bool),
Optional('gpuIndices'): Or(int, And(str, lambda x: len([int(i) for i in x.split(',')]) > 0), error='gpuIndex format error!'), Optional('gpuIndices'): Or(int, And(str, lambda x: len([int(i) for i in x.split(',')]) > 0), error='gpuIndex format error!'),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment