config.yaml 758 Bytes
Newer Older
liuzhe-lz's avatar
liuzhe-lz committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
experimentName: test case
searchSpaceFile: search_space.json
trialCommand: python main.py
trialCodeDirectory: ../assets
trialConcurrency: 2
trialGpuNumber: 1
maxExperimentDuration: 1.5h
maxTrialNumber: 10
maxTrialDuration: 60
nniManagerIp: 1.2.3.4
debug: true
logLevel: warning
tunerGpuIndices: 0
assessor:
    name: assess
advisor:
    className: Advisor
    codeDirectory: .
    classArgs: {random_seed: 0}
trainingService:
    platform: local
    useActiveGpu: false
    maxTrialNumberPerGpu: 2
    gpuIndices: 1,2
    reuseMode: true
sharedStorage:
    storageType: NFS
    localMountPoint: .  # git cannot commit empty dir, so just use this
    remoteMountPoint: /tmp
    localMounted: usermount
    nfsServer: nfs.test.case
    exportedDirectory: root