config_aml.yml 387 Bytes
Newer Older
qianyj's avatar
qianyj committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
searchSpaceFile: search_space.json
trialCommand: python3 mnist.py
trialConcurrency: 1
maxTrialNumber: 10
tuner:
  name: TPE
  classArgs:
    optimize_mode: maximize
trainingService:
  platform: aml
  dockerImage: msranni/nni
  subscriptionId: ${your subscription ID}
  resourceGroup: ${your resource group}
  workspaceName: ${your workspace name}
  computeTarget: ${your compute target}