config.yml 420 Bytes
Newer Older
Deshui Yu's avatar
Deshui Yu committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
authorName: default
experimentName: example_ga_squad
trialConcurrency: 1
maxExecDuration: 1h
maxTrialNum: 1
#choice: local, remote
trainingServicePlatform: local
#choice: true, false
useAnnotation: false
tuner:
  tunerCommand: python3 __main__.py
  tunerCwd: /usr/share/nni/examples/tuners/ga_customer_tuner
trial:
  trialCommand: python3 trial.py
  trialCodeDir: /usr/share/nni/examples/trials/ga_squad
  trialGpuNum: 0