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

add trainer debugging option "overfit_single_batch" #69

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

smidm
Copy link

@smidm smidm commented Mar 21, 2020

This reduces the training set to a single batch and turns off the
validation set. Training on a single batch should quickly overfit and
reach accuracy 1.0. This is a recommended step for debugging neural
networks, see https://twitter.com/karpathy/status/1013244313327681536

smidm added 3 commits March 22, 2020 00:16
This reduces the training set to a single batch and turns off the
validation set. Training on a single batch should quickly overfit and
reach accuracy 1.0. This is a recommended step for debugging neural
networks, see https://twitter.com/karpathy/status/1013244313327681536
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

Successfully merging this pull request may close these issues.

1 participant