"LatentSync/setup_env.sh" did not exist on "822b66ca530a19e591a791feadac45084ac398f8"
config.yml 486 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
20
authorName: default
experimentName: example_mnist
trialConcurrency: 1
maxExecDuration: 1h
maxTrialNum: 10
#choice: local, remote, pai
trainingServicePlatform: local
#choice: true, false
useAnnotation: true
tuner:
  #choice: TPE, Random, Anneal, Evolution, BatchTuner, MetisTuner
  #SMAC (SMAC should be installed through nnictl)
  builtinTunerName: TPE
  classArgs:
    #choice: maximize, minimize
    optimize_mode: maximize
trial:
  command: python3 mnist.py
  codeDir: .
  gpuNum: 0