config_hpo.yml 337 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
authorName: default
experimentName: example_mnist
trialConcurrency: 1
maxExecDuration: 1h
maxTrialNum: 10
#choice: local, remote, pai
trainingServicePlatform: local
#choice: true, false
useAnnotation: true
tuner:
  builtinTunerName: TPE
trial:
  command: python3 mnist.py --batch_num 200
  codeDir: .
  gpuNum: 0
  nasMode: classic_mode