"examples/flux.1-canny-dev.py" did not exist on "54e6d065b3fabf7c3baf215281c72ac41edcfac2"
config.yml 507 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
17
18
19
authorName: default
experimentName: example_mnist
trialConcurrency: 1
maxExecDuration: 1h
maxTrialNum: 1
#choice: local, remote
trainingServicePlatform: local
searchSpacePath: /usr/share/nni/examples/trials/mnist/search_space.json
#choice: true, false
useAnnotation: false
tuner:
  #choice: TPE, Random, Anneal, Evolution
  tunerName: TPE
  #choice: Maximize, Minimize
  optimizationMode: Maximize
trial:
  trialCommand: python3 mnist.py
  trialCodeDir: /usr/share/nni/examples/trials/mnist
  trialGpuNum: 0