Skip to content

Commit

Permalink
Fix nasrl example in v1alpha2 (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich authored and k8s-ci-robot committed May 30, 2019
1 parent 6a484f6 commit 1fdca87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/v1alpha2/nasjob-example-RL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ spec:
apiVersion: batch/v1
kind: Job
metadata:
name: {{.WorkerID}}
name: {{.Trial}}
namespace: {{.NameSpace}}
spec:
template:
spec:
containers:
- name: {{.WorkerID}}
- name: {{.Trial}}
#TODO: Add build container in Katib.
image: docker.io/deepermind/training-container-nas
command:
Expand All @@ -78,11 +78,11 @@ spec:
nasConfig:
graphConfig:
numLayers: 8
inputSize:
inputSizes:
- 32
- 32
- 3
outputSize:
outputSizes:
- 10
operations:
- operationType: convolution
Expand Down

0 comments on commit 1fdca87

Please sign in to comment.