This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Description
@munnm, in the 05_resilience/continuous_eval.ipynb notebook, please set some value for the patience (preferably > 1) argument in the EarlyStopping() callback. Otherwise, it'd only run for a single epoch. Users not familiar with the EarlyStopping callback API of Keras might not understand what's wrong at the very first glance.