nni.yaml 418 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
authorName: nni
experimentName: naive
trialConcurrency: 3
maxExecDuration: 1h
maxTrialNum: 10
trainingServicePlatform: local
searchSpacePath: fake_search_space.json
useAnnotation: false
advisor:
  codeDir: .
  classFileName: advisor_entry.py
  className: RetiariiAdvisor
  classArgs:
14
    strategy: debug_strategy.single_model_strategy
15
trial:
16
  command: python3 -m nni.retiarii.trial_entry
17
18
  codeDir: ../..
  gpuNum: 0