Skip to content

Commit

Permalink
Fix Trial parameter name for v1beta1 DARTS example (kubeflow#1246)
Browse files Browse the repository at this point in the history
* Fix Trial parameter in darts example

* Fix description
  • Loading branch information
andreyvelich authored Jun 27, 2020
1 parent 6b2a8d7 commit 3377a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/v1beta1/nas/darts-example-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ spec:
- name: searchSpace
description: Search Space of DARTS Experiment
reference: search-space
- name: num-layers
description: Number of layers of Neural Network
reference: numberLayers
- name: numberLayers
description: Number of Neural Network layers
reference: num-layers
trialSpec:
apiVersion: batch/v1
kind: Job
Expand Down

0 comments on commit 3377a48

Please sign in to comment.