You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Wed, Apr 24, 2019 at 7:36 PM Ruibo Liu ***@***.***> wrote:
Hello,
I tried your sample code in Chapter 3 (CNN Classifier) and I found a line
of code saying that:
# Stop early ?
train_state['stop_early'] = \
train_state['early_stopping_step'] >= args.early_stopping_criteria
where args.early_stopping_criteria seems not being included in the args
set.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACIVODXOZ7CII3U4JVVOON3PSEKLNANCNFSM4HIJITNA>
.
Hello,
I tried your sample code in Chapter 3 (CNN Classifier) and I found a line of code saying that:
where
args.early_stopping_criteria
seems not being included in the args set.The text was updated successfully, but these errors were encountered: