config.yml 765 Bytes
Newer Older
Lee's avatar
Lee committed
1
2
3
4
5
6
7
8
9
10
11
12
authorName: default
experimentName: example_cifar10-network-morphism
trialConcurrency: 4
maxExecDuration: 48h
maxTrialNum: 200
#choice: local, remote, pai
trainingServicePlatform: local
#searchSpacePath: search_space.json
#choice: true, false
useAnnotation: false
tuner:
  #choice: TPE, Random, Anneal, Evolution, BatchTuner, NetworkMorphism
13
  #SMAC (SMAC should be installed through nnictl)
Lee's avatar
Lee committed
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  builtinTunerName: NetworkMorphism
  classArgs:
    #choice: maximize, minimize
    optimize_mode: maximize
    #for now, this tuner only supports cv domain
    task: cv
    #input image width
    input_width: 32
    #input image channel
    input_channel: 3
    #number of classes
    n_output_node: 10
trial:
  command: python3 cifar10_keras.py
  codeDir: .
  gpuNum: 1