Skip to content

Bug fixes for unflatten conv2d and keras to hls conversion

Javier Duarte requested to merge conv_bugfixs into master

Created by: benjaminkreis

A few fixes for bugs uncovered trying to Csim @pierinim's model:

  1. gets around appended paths to weights in h5 file when using jupyter
  2. fix typo in unflatten
  3. fix some bugs in hls-writer for choosing input names and types

We can Csim @pierinim's "NoConcatenate" model now, but Csynth will require the sublayer functionality.

Merge request reports

Loading