config_search.yml 357 Bytes
Newer Older
Yuge Zhang's avatar
Yuge Zhang committed
1
2
3
4
5
6
7
8
9
10
11
12
13
authorName: unknown
experimentName: SPOS Search
trialConcurrency: 4
maxExecDuration: 7d
maxTrialNum: 99999
trainingServicePlatform: local
searchSpacePath: nni_auto_gen_search_space.json
useAnnotation: false
tuner:
  codeDir: .
  classFileName: tuner.py
  className: EvolutionWithFlops
trial:
14
  command: python tester.py --spos-prep
Yuge Zhang's avatar
Yuge Zhang committed
15
16
  codeDir: .
  gpuNum: 1