config_enas.yml 425 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
authorName: default
experimentName: example_mnist
trialConcurrency: 1
maxExecDuration: 1h
maxTrialNum: 10
#choice: local, remote, pai
trainingServicePlatform: local
#choice: true, false
useAnnotation: true
10
multiPhase: true
11
tuner:
12
  codeDir: ../../../tuners/random_nas_tuner
13
14
15
  classFileName: random_nas_tuner.py
  className: RandomNASTuner
trial:
16
  command: python3 mnist-enas.py
17
18
  codeDir: .
  gpuNum: 0
19
  nasMode: enas_mode