-
Notifications
You must be signed in to change notification settings - Fork 1.8k
gpuIndices #3628
Comments
#3540 |
|
This bug will be fixed in next release. |
nice, thanks! |
Expected to be fixed in v2.3 release next week. |
hello @creater-zq, I'm closing this issue as it had been fixed, free feel to reopen it if you still think it an active issue. |
thanks! |
Describe the issue:
Environment:
Configuration:
Experiment config (remember to remove secrets!):config.yml
authorName: default
experimentName: test_nni
trialConcurrency: 1
maxExecDuration: 1d
maxTrialNum: 30
trainingServicePlatform: local
searchSpacePath: search_space.json
useAnnotation: false
tuner:
builtinTunerName: TPE
classArgs:
optimize_mode: minimize
trial:
command: python train_nni.py
codeDir: .
gpuNum: 1
localConfig:
useActiveGpu: true
gpuIndices: 3
Search space:
{ "start_lr": {"_type": "choice", "_value": [0.0001, 0.001, 0.01, 0.1]},
"batch_size": {"_type": "choice", "_value": [8, 12, 16, 32, 64, 128]}
}
error:
ERROR: Config V1 validation failed: SchemaError('gpuIndex format error!')
The text was updated successfully, but these errors were encountered: