Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Mittal <shashank.mittal.mec22@itbhu.ac.in>
  • Loading branch information
shashank-iitbhu committed Sep 7, 2024
1 parent 19a7dca commit ed94aeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/v1beta1/hp-tuning/hyperopt-distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ metadata:
spec:
objective:
type: minimize
goal: 0.001
goal: 0.01
objectiveMetricName: loss
algorithm:
algorithmName: random
algorithmName: tpe
parallelTrialCount: 3
maxTrialCount: 12
maxFailedTrialCount: 3
Expand All @@ -32,7 +32,7 @@ spec:
parameterType: double
feasibleSpace:
min: "0.0001"
max: "0.001"
max: "0.01"
step: "0.0001"
distribution: "normal"
- name: dropout_rate
Expand Down

0 comments on commit ed94aeb

Please sign in to comment.