"research/slim/nets/inception_v1.py" did not exist on "6b43f524252744073e4b74c599551f3f592d7be0"
config_adl.yml 801 Bytes
Newer Older
1
2
3
4
5
authorName: default
experimentName: example_mnist_pytorch
trialConcurrency: 1
maxExecDuration: 1h
maxTrialNum: 10
6
nniManagerIp: {replace_with_your_ip}
7
8
9
10
11
12
13
14
15
16
17
logCollection: http
trainingServicePlatform: adl

searchSpacePath: search_space.json
useAnnotation: false
tuner:
  builtinTunerName: TPE
  classArgs:
    optimize_mode: maximize

trial:
18
19
20
21
22
23
24
25
  # the user needs to have a docker image built by the adl.Dockerfile
  # the docker image should be pushed to a registry for the cluster to pull
  # in our example we provide a docker image from our public docker hub
  image: petuum/train-demo:mnist-pytorch-adl 
  # optional: 
  # the user needs to provide the secret if the image is pulled from a private registry
  # imagePullSecrets:
  #  - name: {secret}
26
27
28
  command: python3 mnist.py
  codeDir: .
  gpuNum: 1