Skip to content

Commit

Permalink
hyperopt-suggestion example update
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 19, 2024
1 parent 282f81d commit b7d09a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/v1beta1/hp-tuning/hyperopt-distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
objective:
type: minimize
goal: 0.001
goal: 0.2
objectiveMetricName: loss
algorithm:
algorithmName: random
Expand Down Expand Up @@ -39,7 +39,7 @@ spec:
feasibleSpace:
min: "0.1"
max: "0.5"
step: "0.001"
step: "0.01"
distribution: "logNormal"
trialTemplate:
primaryContainerName: training-container
Expand Down

0 comments on commit b7d09a6

Please sign in to comment.