config.yml 524 Bytes
Newer Older
xuehui's avatar
fix bug  
xuehui committed
1
2
3
4
authorName: default
experimentName: example_mnist-keras
trialConcurrency: 1
maxExecDuration: 1h
5
maxTrialNum: 10
xuehui's avatar
fix bug  
xuehui committed
6
7
#choice: local, remote
trainingServicePlatform: local
8
searchSpacePath: search_space.json
xuehui's avatar
fix bug  
xuehui committed
9
10
11
12
#choice: true, false
useAnnotation: false
tuner:
  #choice: TPE, Random, Anneal, Evolution, BatchTuner
fishyds's avatar
fishyds committed
13
  #SMAC (SMAC should be installed through nnictl)
xuehui's avatar
fix bug  
xuehui committed
14
15
16
17
18
19
  builtinTunerName: BatchTuner
  classArgs:
    #choice: maximize, minimize
    optimize_mode: maximize
trial:
  command: python3 mnist-keras.py
20
  codeDir: .
xuehui's avatar
xuehui committed
21
  gpuNum: 0