Skip to content

AssertionError: Im2Col_0: ConvolutionInputGenerator1D works only for 1D convs #602

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

You must be logged in to vote

Hi, this case of a non-square feature map should be supported by the RTL version of the ConvolutionInputGenerator node (as opposed to the HLS implementation that is the default). You could try to enable it by either
a) settting force_rtl_conv_inp_gen = True in the build cfg (see here)
b) inferring the layer using InferConvInpGen(use_rtl_variant=True)

I would also recommend to use the FINN dev branch, if you are not doing that already.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@o-ibrahim33
Comment options

@fpjentzsch
Comment options

Answer selected by fpjentzsch
@o-ibrahim33
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants