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