Skip to content

Commit

Permalink
example fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Mittal <[email protected]>
  • Loading branch information
shashank-iitbhu committed Sep 10, 2024
1 parent 377423c commit 4a5131d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/v1beta1/hp-tuning/hyperopt-distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ spec:
goal: 0.001
objectiveMetricName: loss
algorithm:
algorithmName: tpe
parallelTrialCount: 3
maxTrialCount: 12
maxFailedTrialCount: 3
algorithmName: random
parallelTrialCount: 5
maxTrialCount: 20
maxFailedTrialCount: 5
parameters:
# - name: lr
# parameterType: double
Expand All @@ -31,8 +31,8 @@ spec:
- name: weight_decay
parameterType: double
feasibleSpace:
min: "0.0001"
max: "0.01"
min: "0.01"
max: "0.05"
distribution: "normal"
- name: dropout_rate
parameterType: double
Expand Down

0 comments on commit 4a5131d

Please sign in to comment.