config.yml 820 Bytes
Newer Older
qianyj's avatar
qianyj committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
trialCommand: python3 cifar10_keras.py
trialGpuNumber: 1
trialConcurrency: 4
maxExperimentDuration: 48h
maxTrialNumber: 200
searchSpace: {}  # search space of NetworkMorphism is provided via classArgs
tuner:
  name: NetworkMorphism
  classArgs:
    optimize_mode: maximize   # maximize or minimize
    task: cv                  # for now, this tuner only supports cv domain
    input_width: 32           # input image width
    input_channel: 3          # input image channel
    n_output_node: 10         # number of classes
trainingService:
  platform: local
  useActiveGpu: false  # NOTE: Use "true" if you are using an OS with graphical interface (e.g. Windows 10, Ubuntu desktop)
                       # Check the doc for details: https://nni.readthedocs.io/en/latest/reference/experiment_config.html#useactivegpu