config.yml 461 Bytes
Newer Older
1
2
3
4
5
6
7
# This is the minimal config file for an NNI experiment.
# Use "nnictl create --config config.yml" to launch this experiment.
# Afterwards, you can check "config_detailed.yml" for more explanation.

searchSpaceFile: search_space.json
trialCommand: python3 mnist.py  # NOTE: change "python3" to "python" if you are using Windows
trialGpuNumber: 0
Guoxin's avatar
Guoxin committed
8
9
trialConcurrency: 1
tuner:
10
  name: TPE
Guoxin's avatar
Guoxin committed
11
12
  classArgs:
    optimize_mode: maximize
13
14
trainingService:
  platform: local