authorName: default experimentName: example_ga_squad trialConcurrency: 1 maxExecDuration: 1h maxTrialNum: 10 #choice: local, remote, pai trainingServicePlatform: pai #choice: true, false useAnnotation: false #Your nni_manager ip nniManagerIp: 10.10.10.10 tuner: codeDir: ../../tuners/ga_customer_tuner classFileName: customer_tuner.py className: CustomerTuner classArgs: optimize_mode: maximize trial: command: chmod +x ./download.sh && ./download.sh && python3 trial.py codeDir: . gpuNum: 0 cpuNum: 1 memoryMB: 32869 #The docker image to run nni job on pai image: msranni/nni:latest nniManagerNFSMountPath: /home/user/mnt containerNFSMountPath: /mnt/data/user paiStoragePlugin: team_wise paiConfig: #The username to login pai userName: username #The token to login pai token: token #The host of restful server of pai host: 10.10.10.10