Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model_4 missing callback #1

Open
JPedro2 opened this issue Jun 5, 2019 · 0 comments
Open

Model_4 missing callback #1

JPedro2 opened this issue Jun 5, 2019 · 0 comments

Comments

@JPedro2
Copy link

JPedro2 commented Jun 5, 2019

'Earlystop' callback missing on model.fit() method:

model.fit(train_images, train_labels, epochs=20, validation_split=0.2, callbacks=[tensorboard])

should be:

model.fit(train_images, train_labels, epochs=20, validation_split=0.2, callbacks=[earlystop, tensorboard])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant