Skip to content

Cannot reshape array error on the last Dense Layer #1074

Closed Answered by fpjentzsch
MatteoAbrate asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

it looks like your folding config has no effect because it refers to the old node names (e.g. "MatrixVectorActivation_0"). FINN recently underwent major refactoring for release v0.10, which introduces "specialization" of layers into _hls and _rtl variants to target different back-end implementations (e.g. "MVAU_hls_0" or "MVAU_rtl_0", depending on which back-end was selected by you (manually via a specialize_layers_config_file json) or the compiler (automatically)).

See this guide for further information on how to update your build flow: #1020

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fpjentzsch
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants