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 bias not used in dense layer #13

Open
gallettilance opened this issue Oct 25, 2021 · 0 comments · May be fixed by #14
Open

Error when bias not used in dense layer #13

gallettilance opened this issue Oct 25, 2021 · 0 comments · May be fixed by #14
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@gallettilance
Copy link
Owner

gallettilance commented Oct 25, 2021

set_weights() assumes there is a bias term.

ValueError: You called `set_weights(weights)` on layer "dense_5" with a weight list of length 1, but the layer was expecting 2 weights.
@gallettilance gallettilance added the bug Something isn't working label Oct 25, 2021
@gallettilance gallettilance linked a pull request Oct 25, 2021 that will close this issue
4 tasks
@gallettilance gallettilance added the help wanted Extra attention is needed label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant