EagerAI/kerastuneR

Callbacks with KerastuneR example

AnasHamoutni opened this issue · 1 comments

Hi,
Can anyone provide an example of how to use Early Stopping with KerastuneR in R?
Thank you

Did you try to pass to fit_tuner early stopping callback? e.g.:

tuner %>% fit_tuner(x,y,callbacks=list(keras::callback_early_stopping()))