config.yml 570 Bytes
Newer Older
1
2
3
searchSpaceFile: search_space.json
trialCommand: python3 mnist.py
trialGpuNumber: 0
4
trialConcurrency: 2
5
6
maxTrialNumber: 100
maxExperimentDuration: 1h
7
tuner:
8
  name: TPE
9
10
  classArgs:
    optimize_mode: maximize
11
12
13
14
trainingService:  # For other platforms, check mnist-pytorch example
  platform: local
  useActiveGpu: false  # NOTE: Use "true" if you are using an OS with graphical interface (e.g. Windows 10, Ubuntu desktop)
                       # Check the doc for details: https://nni.readthedocs.io/en/latest/reference/experiment_config.html#useactivegpu