config.yml 442 Bytes
Newer Older
Deshui Yu's avatar
Deshui Yu committed
1
2
3
4
authorName: default
experimentName: example_mnist
trialConcurrency: 1
maxExecDuration: 1h
5
maxTrialNum: 10
Deshui Yu's avatar
Deshui Yu committed
6
7
#choice: local, remote
trainingServicePlatform: local
8
searchSpacePath: search_space.json
Deshui Yu's avatar
Deshui Yu committed
9
10
11
12
#choice: true, false
useAnnotation: false
tuner:
  #choice: TPE, Random, Anneal, Evolution
13
14
15
16
  builtinTunerName: TPE
  classArgs:
    #choice: maximize, minimize
    optimize_mode: maximize
Deshui Yu's avatar
Deshui Yu committed
17
trial:
18
  command: python3 mnist.py
19
  codeDir: .
20
  gpuNum: 0