config.yml 470 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
authorName: default
experimentName: example_customized_advisor
trialConcurrency: 4
maxExecDuration: 1h
maxTrialNum: 200
#choice: local, remote, pai
trainingServicePlatform: local
searchSpacePath: search_space.json
#choice: true, false
useAnnotation: false
advisor:
  codeDir: .
  classFileName: dummy_advisor.py
  className: DummyAdvisor
  classArgs:
    k: 3
trial:
  command: python3 mnist_keras.py --epochs 100 --num_train 600 --num_test 100
  codeDir: .
  gpuNum: 0