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

error when training examples < minibatch_size #30

Closed
studywolf opened this issue Nov 22, 2017 · 0 comments
Closed

error when training examples < minibatch_size #30

studywolf opened this issue Nov 22, 2017 · 0 comments

Comments

@studywolf
Copy link
Collaborator

a silly thing to do, but got this

  File ".../nengo_dl/nengo_dl/simulator.py", line 570, in loss
    loss_val /= i + 1

when i had too large a minibatch_size for the training data i was using, took me just a second to figure out what was wrong but might be useful to have a check or warning for this

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

No branches or pull requests

1 participant