config.yml 277 Bytes
Newer Older
qianyj's avatar
qianyj committed
1
2
3
4
5
6
7
8
9
10
11
searchSpaceFile: search_space.json
trialCommand: python3 main.py
trialConcurrency: 1
maxTrialNumber: 30
maxExperimentDuration: 1h
tuner:
  name: TPE
  classArgs:
    optimize_mode: maximize
trainingService:  # For other platforms, check mnist-pytorch example
  platform: local