gallettilance / kviz

https://pypi.org/project/kviz/ Visualization library for keras neural networks. Contributions welcome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when bias not used in dense layer

gallettilance opened this issue · comments

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.