searchSpaceFile: search_space.json trialCommand: python3 mnist.py trialGpuNumber: 0 trialConcurrency: 5 maxTrialNumber: 20 tuner: name: TPE classArgs: optimize_mode: maximize # For local, remote, openpai, and aml, NNI can use multiple training services at one time trainingService: - platform: local - platform: remote machineList: - host: ${your server's IP or domain name} user: ${your user name} ssh_key_file: ~/.ssh/id_rsa - platform: aml dockerImage: msranni/nni subscriptionId: ${your subscription ID} resourceGroup: ${your resource group} workspaceName: ${your workspace name} computeTarget: ${your compute target}