Skip to content

Commit

Permalink
fix: fix iris example to use reported metric name (#10155)
Browse files Browse the repository at this point in the history
  • Loading branch information
azhou-determined authored Oct 30, 2024
1 parent 83ea190 commit 9a30f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/computer_vision/iris_tf_keras/adaptive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hyperparameters:
maxval: 30
searcher:
name: adaptive_asha
metric: val_categorical_accuracy
metric: categorical_accuracy
smaller_is_better: false
time_metric: batches
max_time: 6400
Expand Down

0 comments on commit 9a30f26

Please sign in to comment.