Skip to content

Commit 2bba440

Browse files
committed
Fixing issue with update call
1 parent 768a8d8 commit 2bba440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/autoplot_uniqueness.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ params <- tune::extract_parameter_set_dials(tune_wf)
121121
# The `id`s provided in tune() are automatically detected and used here.
122122
params <- params |>
123123
update(
124-
dense1_units = hidden_units(range = c(4L, 8L)),
125-
dense2_units = hidden_units(range = c(4L, 8L))
124+
dense_layer_one_units = hidden_units(range = c(4L, 8L)),
125+
dense_layer_two_units = hidden_units(range = c(4L, 8L))
126126
)
127127
128128
grid <- dials::grid_regular(params, levels = 2)

0 commit comments

Comments
 (0)