"official/nlp/finetuning/glue/run_glue.py" did not exist on "b4c2aa862a6519f52ff9d639fe6cb6e0ffd3376b"
config.yml 561 Bytes
Newer Older
xuehui's avatar
fix bug  
xuehui committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
authorName: default
experimentName: example_mnist-keras
trialConcurrency: 1
maxExecDuration: 1h
maxTrialNum: 10
#choice: local, remote
trainingServicePlatform: local
searchSpacePath: ~/nni/examples/trials/mnist-batch-tune-keras/search_space.json
#choice: true, false
useAnnotation: false
tuner:
  #choice: TPE, Random, Anneal, Evolution, BatchTuner
  builtinTunerName: BatchTuner
  classArgs:
    #choice: maximize, minimize
    optimize_mode: maximize
trial:
  command: python3 mnist-keras.py
  codeDir: ~/nni/examples/trials/mnist-batch-tune-keras
  gpuNum: 0