From 2276e76ad42171b07dd5f7ec45e34d95b88486d2 Mon Sep 17 00:00:00 2001 From: gongwuji Date: Wed, 14 Nov 2018 11:01:58 +0800 Subject: [PATCH] add more details for remote mode docs --- .../trials/mnist-annotation/config_remote.yml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 examples/trials/mnist-annotation/config_remote.yml diff --git a/examples/trials/mnist-annotation/config_remote.yml b/examples/trials/mnist-annotation/config_remote.yml new file mode 100644 index 0000000000..192c05eb51 --- /dev/null +++ b/examples/trials/mnist-annotation/config_remote.yml @@ -0,0 +1,33 @@ +authorName: default +experimentName: example_mnist +trialConcurrency: 1 +maxExecDuration: 1h +maxTrialNum: 10 +#choice: local, remote, pai +trainingServicePlatform: remote +#choice: true, false +useAnnotation: true +tuner: + #choice: TPE, Random, Anneal, Evolution, BatchTuner + #SMAC (SMAC should be installed through nnictl) + builtinTunerName: TPE + classArgs: + #choice: maximize, minimize + optimize_mode: maximize +trial: + command: python3 mnist.py + codeDir: . + gpuNum: 0 +#machineList can be empty if the platform is local +machineList: + - ip: 10.1.1.1 + username: bob + passwd: bob123 + #port can be skip if using default ssh port 22 + #port: 22 + - ip: 10.1.1.2 + username: bob + passwd: bob123 + - ip: 10.1.1.3 + username: bob + passwd: bob123