config.yml 422 Bytes
Newer Older
xuanbaby's avatar
DTK-x  
xuanbaby committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
authorName: default
experimentName: example_ga_squad
trialConcurrency: 1
maxExecDuration: 1h
maxTrialNum: 10
#choice: local, remote, pai
trainingServicePlatform: local
#choice: true, false
useAnnotation: false
tuner:
  codeDir: ../../tuners/ga_customer_tuner
  classFileName: customer_tuner.py
  className: CustomerTuner
  classArgs:
    optimize_mode: maximize
trial:
  command: python3 trial.py
  codeDir: .
  gpuNum: 0